glmnet 0.1.1

Rust API to the fortran glmnet library.
Documentation

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.