Learn R Programming

fasterElasticNet (version 1.1.2)

An Amazing Fast Way to Fit Elastic Net

Description

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)() 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.

Copy Link

Version

Install

install.packages('fasterElasticNet')

Monthly Downloads

151

Version

1.1.2

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Linyu Zuo

Last Published

August 11th, 2018

Functions in fasterElasticNet (1.1.2)

elasticnet

A fast way fitting elastic net using RcppArmadillo
ElasticNetCV

Cross validation
fasterElasticNet-package

Fitting ElasticNet in a fast way.
housing

Housing data from kaggle