A machine learning library written in F#!
0.1.0
- Logistic Regression without regularization by reweighted least square
- Lasso Logistic Regression with L1 regularization by cyclic coordinate descent
- Ridge Logistic Regression with L2 regularization by two algorithms, i.e., cyclic coordinate descent and exact newton update
- cox ph model
- subdistribution model