Skip to content
/ uniLasso Public

❗ This is a read-only mirror of the CRAN R package repository. uniLasso — Univariate-Guided Sparse Regression

Notifications You must be signed in to change notification settings

cran/uniLasso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniLasso (Univariate guided Lasso)

Fits a univariate-guided sparse regression (lasso), by a two-stage procedure. The first stage fits p separate univariate models to the response. The second stage gives more weight to the more important univariate features, and preserves their signs. Conveniently, it returns an objects that inherits from class glmnet, so that all of the methods for glmnet are available. See doi:10.48550/arXiv.2501.18360 for details.

Installation

To install the uniLasso R package directly from github, run the following in R:

library(devtools)
install_github(repo="trevorhastie/uniLasso")

About

❗ This is a read-only mirror of the CRAN R package repository. uniLasso — Univariate-Guided Sparse Regression

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages