2 releases
Uses old Rust 2015
0.1.1 | Aug 13, 2018 |
---|---|
0.1.0 | Aug 13, 2018 |
#707 in Machine learning
570KB
7.5K
SLoC
glmnet is an R package by Jerome Friedman, Trevor Hastie, Rob Tibshirani that fits entire Lasso or ElasticNet regularization paths for linear, logistic, multinomial, and Cox models using cyclic coordinate descent. This package is a Rust binding to the Fortran code from glmnet.