Package: fasterElasticNet 1.1.2
fasterElasticNet: An Amazing Fast Way to Fit Elastic Net
Fit Elastic Net, Lasso, and Ridge regression and do cross-validation in a fast way. We build the algorithm based on Least Angle Regression by Bradley Efron, Trevor Hastie, Iain Johnstone, etc. (2004)(<doi:10.1214/009053604000000067 >) and some algorithms like Givens rotation and Forward/Back Substitution. In this way, many matrices to be computed are retained as triangular matrices which can eventually speed up the computation. The fitting algorithm for Elastic Net is written in C++ using Armadillo linear algebra library.
Authors:
fasterElasticNet_1.1.2.tar.gz
fasterElasticNet_1.1.2.zip(r-4.5)fasterElasticNet_1.1.2.zip(r-4.4)fasterElasticNet_1.1.2.zip(r-4.3)
fasterElasticNet_1.1.2.tgz(r-4.4-x86_64)fasterElasticNet_1.1.2.tgz(r-4.4-arm64)fasterElasticNet_1.1.2.tgz(r-4.3-x86_64)fasterElasticNet_1.1.2.tgz(r-4.3-arm64)
fasterElasticNet_1.1.2.tar.gz(r-4.5-noble)fasterElasticNet_1.1.2.tar.gz(r-4.4-noble)
fasterElasticNet_1.1.2.tgz(r-4.4-emscripten)fasterElasticNet_1.1.2.tgz(r-4.3-emscripten)
fasterElasticNet.pdf |fasterElasticNet.html✨
fasterElasticNet/json (API)
# Install 'fasterElasticNet' in R: |
install.packages('fasterElasticNet', repos = c('https://cufesam.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/cufesam/elastic-net/issues
- housing - Housing data from kaggle
Last updated 6 years agofrom:e4d85dd7a6. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win-x86_64 | NOTE | Nov 12 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 12 2024 |
R-4.4-win-x86_64 | NOTE | Nov 12 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 12 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 12 2024 |
R-4.3-win-x86_64 | NOTE | Nov 12 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 12 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 12 2024 |
Exports:elasticnetElasticNetCV
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fitting ElasticNet in a fast way. | fasterElasticNet-package fasterElasticNet |
A fast way fitting elastic net using RcppArmadillo | elasticnet |
Cross validation | ElasticNetCV |
Housing data from kaggle | housing |