CUFESAM/Elastic-Net: 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.

Getting started

Package details

Maintainer
LicenseGPL (>= 2)
Version1.1.2
URL https://github.com/CUFESAM/Elastic-Net
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("CUFESAM/Elastic-Net")
CUFESAM/Elastic-Net documentation built on May 21, 2019, 12:07 p.m.