Skip to content

R package glmnet for estimating lasso and elastic net

Notifications You must be signed in to change notification settings

qcsong/glmnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glmnet

glmnet on CRAN

Extremely efficient procedures for fitting the entire lasso or elastic-net regularization path for linear regression, logistic and multinomial regression models, poisson regression and the Cox model. Two recent additions are the multiresponse gaussian, and the grouped multinomial. The algorithm uses cyclical coordinate descent in a pathwise fashion, as described in the paper listed below.

This repository is intended to be a mirror of the source code on CRAN. The source code was last pulled on 2013-09-28

##Installation

./configure
R CMD INSTALL ./

##Dev Enhancements I am developing a dev version which builds on top of glmnet. Currently, the dev version allows parallel cross validation and the use of formulas instead of user created model matrices.

The dev version can be installed with

require(devtools)
install_github("glmnet", "jeffwong", "dev")

About

R package glmnet for estimating lasso and elastic net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 61.7%
  • MATLAB 31.9%
  • R 6.4%