richardli / gamlr

Gamma lasso regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Gamma Lasso

This package implements the gamma lasso algorithm for regularization paths corresponding to a range of non-convex cost functions between L0 and L1 norms. As much as possible, usage is analogous to that for the glmnet package (which does the same thing for penalization between L1 and L2 norms).

The CRAN page is at http://www.cran.r-project.org/web/packages/gamlr/index.html.

If you use gamlr, please cite Taddy (2013), The Gamma Lasso. http://arxiv.org/abs/1308.5623

About

Gamma lasso regression


Languages

Language:C 52.1%Language:R 47.9%