Package: customizedTraining 1.3
customizedTraining: Customized Training for Lasso and Elastic-Net Regularized Generalized Linear Models
Customized training is a simple technique for transductive learning, when the test covariates are known at the time of training. The method identifies a subset of the training set to serve as the training set for each of a few identified subsets in the training set. This package implements customized training for the glmnet() and cv.glmnet() functions.
Authors:
customizedTraining_1.3.tar.gz
customizedTraining_1.3.zip(r-4.6)customizedTraining_1.3.zip(r-4.5)
customizedTraining_1.3.tgz(r-4.6-any)customizedTraining_1.3.tgz(r-4.5-any)
customizedTraining_1.3.tar.gz(r-4.6-any)customizedTraining_1.3.tar.gz(r-4.5-any)
customizedTraining_1.3.tgz(r-4.5-emscripten)
customizedTraining.pdf |customizedTraining.html✨
customizedTraining/json (API)
| # Install 'customizedTraining' in R: |
| install.packages('customizedTraining', repos = c('https://saberpowers.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/saberpowers/customizedtraining/issues
- Vowel - Vowel Recognition
Last updated from:edb4170a20. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 91 | ||
| source / vignettes | OK | 137 | ||
| linux-release-x86_64 | OK | 111 | ||
| macos-devel-arm64 | OK | 250 | ||
| macos-release-arm64 | OK | 245 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 71 | ||
| windows-oldrel | OK | 78 | ||
| wasm-release | OK | 100 |
Exports:customizedGlmnetcv.customizedGlmnetnonzero
Dependencies:codetoolsFNNforeachglmnetiteratorslatticeMatrixRcppRcppEigenshapesurvival
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Fit glmnet using customized training | customizedGlmnet |
| Cross validation for customizedGlmnet | cv.customizedGlmnet |
| Return selected variables | nonzero |
| Return selected variables from a 'customizedGlmnet' object | nonzero.customizedGlmnet |
| Return selected variables from a 'singleton' object | nonzero.singleton |
| Visualize variables selected in each customized training subset | plot.customizedGlmnet |
| Visualize variables selected in each customized training subset, from a cross-validated model | plot.cv.customizedGlmnet |
| Make predictions from a 'customizedGlmnet' object | predict.customizedGlmnet |
| Make predictions from a 'cv.customizedGlmnet' object | predict.cv.customizedGlmnet |
| Make predictions from a ``singleton'' object | predict.singleton |
| Print the summary of a fitted 'customizedGlmnet' object | print.customizedGlmnet |
| Print a ``cv.customizedGlmnet'' object | print.cv.customizedGlmnet |
| Vowel Recognition | Vowel |
