glmnet is a package that fits the regularization path for linear, two-
and multi-class logistic regression
models with "elastic net" regularization (tunable mixture of L1 and L2
penalties).
glmnet uses pathwise coordinate descent, and is very fast.
Some of the features of glmnet:
Other families such as poisson might appear in later versions of glmnet.
Examples of glmnet speed trials:
Newsgroup data: N=11,000, p=4 Million, two class logistic. 100 values
along lasso path. Time = 2mins
14 Class cancer data: N=144, p=16K, 14 class multinomial, 100 values
along lasso path. Time = 30secs
Authors: Jerome Friedman, Trevor Hastie, Rob Tibshirani.
See our paper http://www-stat.stanford.edu/~hastie/Papers/glmnet.pdf for
implementation details,
and comparisons with other related software.
-- -------------------------------------------------------------------- Trevor Hastie hastie_at_stanford.edu Professor & Chair, Department of Statistics, Stanford University Phone: (650) 725-2231 (Statistics) Fax: (650) 725-8977 (650) 498-5233 (Biostatistics) Fax: (650) 725-6951 URL: http://www-stat.stanford.edu/~hastie address: room 104, Department of Statistics, Sequoia Hall 390 Serra Mall, Stanford University, CA 94305-4065 _______________________________________________ R-packages mailing list R-packages_at_r-project.org https://stat.ethz.ch/mailman/listinfo/r-packagesReceived on Tue 03 Jun 2008 - 05:56:14 EST
This archive was generated by hypermail 2.2.0 : Tue 03 Jun 2008 - 06:30:07 EST