plasso
Implementation of cross-validated least squares Lasso and Post-Lasso
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.6%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Implementation of cross-validated least squares Lasso and Post-Lasso
Basic Info
- Host: GitHub
- Owner: rm-1997
- Language: R
- Default Branch: main
- Size: 1.64 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Changelog
README.Rmd
--- bibliography: vignettes/assets/plasso_refs.bib output: github_document --- # plasso[](https://CRAN.R-project.org/package=plasso) [](https://www.gnu.org/licenses/gpl-3.0.en.html) [](https://CRAN.R-project.org/package=plasso) [](https://CRAN.R-project.org/package=plasso) [](https://www.repostatus.org/#active) Built on top of the `glmnet` library by @glmnet, the `plasso` package follows @knaus and comes up with two functions that estimate least squares Lasso and Post-Lasso models. The `plasso()` function adds coefficient paths for a Post-Lasso model to the standard `glmnet()` output. On top of that `cv.plasso()` cross-validates the coefficient paths for both the Lasso and Post-Lasso model and provides optimal hyperparameter values for the penalty term lambda. ### Bug reports & support For reporting a bug, simply [open an issue](https://github.com/stefan-1997/plasso/issues/new) on GitHub. For personal contact, you can write an email to michael.knaus\@uni-tuebingen.de. ### References
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- Matrix * imports
- doParallel * imports
- foreach * imports
- glmnet * imports
- iterators * imports
- methods * imports
- parallel * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests
- xfun * suggests
[](https://CRAN.R-project.org/package=plasso)
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
[](https://CRAN.R-project.org/package=plasso)
[](https://CRAN.R-project.org/package=plasso)
[](https://www.repostatus.org/#active)
Built on top of the `glmnet` library by @glmnet, the `plasso` package follows @knaus and comes up with two functions that estimate least squares Lasso and Post-Lasso models.
The `plasso()` function adds coefficient paths for a Post-Lasso model to the standard `glmnet()` output.
On top of that `cv.plasso()` cross-validates the coefficient paths for both the Lasso and Post-Lasso model and provides optimal hyperparameter values for the penalty term lambda.
### Bug reports & support
For reporting a bug, simply [open an issue](https://github.com/stefan-1997/plasso/issues/new) on GitHub. For personal contact, you can write an email to michael.knaus\@uni-tuebingen.de.
### References