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.

Version: 1.1.2
Depends: R (≥ 3.1.0)
Imports: Rcpp (≥ 0.12.16)
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown
Published: 2018-08-11
Author: Jingyi 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]
Maintainer: Linyu Zuo <zuozhe5959 at gmail.com>
BugReports: https://github.com/CUFESAM/Elastic-Net/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/CUFESAM/Elastic-Net
NeedsCompilation: yes
CRAN checks: fasterElasticNet results

Documentation:

Reference manual: fasterElasticNet.pdf

Downloads:

Package source: fasterElasticNet_1.1.2.tar.gz
Windows binaries: r-devel: fasterElasticNet_1.1.2.zip, r-release: fasterElasticNet_1.1.2.zip, r-oldrel: fasterElasticNet_1.1.2.zip
macOS binaries: r-release (arm64): fasterElasticNet_1.1.2.tgz, r-oldrel (arm64): fasterElasticNet_1.1.2.tgz, r-release (x86_64): fasterElasticNet_1.1.2.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=fasterElasticNet to link to this page.