Learn R Programming

⚠️There's a newer version (0.1.5-1.1) of this package.Take me there.

lassoshooting (version 0.1.3-4)

L1 regularized regression (Lasso) solver using the Cyclic Coordinate Descent algorithm aka Lasso Shooting

Description

L1 regularized regression (Lasso) solver using the Cyclic Coordinate Descent algorithm aka Lasso Shooting is fast. This implementation can choose which coefficients to penalize. It support coefficient-specific penalities and it can take X'X and X'y instead of X and y.

Copy Link

Version

Install

install.packages('lassoshooting')

Monthly Downloads

130

Version

0.1.3-4

License

LGPL-3

Maintainer

Tobias Abenius

Last Published

April 8th, 2011

Functions in lassoshooting (0.1.3-4)

lassoshooting

Lasso Shooting