Skip to content
forked from pbreheny/grpreg

Regularization paths for regression models with grouped covariates

Notifications You must be signed in to change notification settings

YaohuiZeng/grpreg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status version downloads codecov.io

grpreg fits regularization paths for linear, logistic, or Poisson regression models with grouped penalties, such as the group lasso, group MCP, group SCAD, group exponential lasso, and group bridge. The algorithms are based on the idea of either locally approximated coordinate descent or group descent, depending on the penalty. All of the algorithms (with the exception of group bridge) are stable and fast.

News:

New efficient group-wise feature screening rules for group lasso are implemented into the package since Version 3.1-1:

  • SSR: sequential Strong Rule;
  • SEDPP: Sequential Enhanced Dual Polytope Projection;
  • SSR-BEDPP: the hybrid safe strong rule that combines SSR and BEDPP (Basic EDPP)

Installation:

  • the latest released version:
install.packages("grpreg")
  • the latest version (requires devtools):
install_github("pbreheny/grpreg")

Reference:

  • Breheny P and Huang J (2015). Group descent algorithms for nonconvex penalized linear and logistic regression models with grouped predictors. Statistics and Computing, 25: 173-187.
  • Tibshirani, R., Bien, J., Friedman, J., Hastie, T., Simon, N., Taylor, J., and Tibshirani, R. J. (2012). Strong rules for discarding predictors in lasso-type problems. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 74 (2), 245-266.
  • Wang J, Wonka P, and Ye J (2015). Lasso Screening Rules via Dual Polytope Projection. Journal of Machine Learning Research 16 (2015), 1063–1101. http://jmlr.org/papers/v16/wang15a.html

About

Regularization paths for regression models with grouped covariates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.5%
  • R 44.5%