glmnet 0.1.1

Rust API to the fortran glmnet library.
Documentation
  • Coverage
  • 0%
    0 out of 25 items documented0 out of 14 items with examples
  • Size
  • Source code size: 574.35 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 4s Average build duration of successful builds.
  • all releases: 1m 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • asdetrefle

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.