fasterElasticNet: An Amazing Fast Way to Fit Elastic Net

Fit Elastic Net, Lasso, and Ridge regression and do cross-validation in a fast way. We build the algorithm based on Least Angle Regression by Bradley Efron, Trevor Hastie, Iain Johnstone, etc. (2004)(<doi:10.1214/009053604000000067 >) and some algorithms like Givens rotation and Forward/Back Substitution. In this way, many matrices to be computed are retained as triangular matrices which can eventually speed up the computation. The fitting algorithm for Elastic Net is written in C++ using Armadillo linear algebra library.

Package details

AuthorJingyi Ma [aut], Qiuhong Lai [ctb], Linyu Zuo [ctb, cre], Yi Yang [ctb], Meng Su [ctb], Zhen Yu [ctb], Gege Gao [ctb], Xiao Liu [ctb], Xueni Ruan [ctb], Xinyuan Yang [ctb], Yu Bai [ctb], Zhijun Liao [ctb]
MaintainerLinyu Zuo <zuozhe5959@gmail.com>
LicenseGPL (>= 2)
Version1.1.2
URL https://github.com/CUFESAM/Elastic-Net
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fasterElasticNet")

Try the fasterElasticNet package in your browser

Any scripts or data that you put into this service are public.

fasterElasticNet documentation built on May 2, 2019, 3:45 p.m.