gaselect
Genetic Algorithm (GA) for Variable Selection from High-Dimensional Data
Provides a genetic algorithm for finding variable subsets in high dimensional data with high prediction performance. The genetic algorithm can use ordinary least squares (OLS) regression models or partial least squares (PLS) regression models to evaluate the prediction power of variable subsets. By supporting different cross-validation schemes, the user can fine-tune the tradeoff between speed and quality of the solution.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
1.0.25 |
rolling source/ R- | gaselect_1.0.25.tar.gz |
89.8 KiB |
1.0.25 |
rolling linux/jammy R-4.5 | gaselect_1.0.25.tar.gz |
238.2 KiB |
1.0.25 |
latest source/ R- | gaselect_1.0.25.tar.gz |
89.8 KiB |
1.0.25 |
latest linux/jammy R-4.5 | gaselect_1.0.25.tar.gz |
238.2 KiB |
1.0.25 |
2026-04-23 source/ R- | gaselect_1.0.25.tar.gz |
89.8 KiB |
1.0.25 |
2026-04-09 windows/windows R-4.5 | gaselect_1.0.25.zip |
543.1 KiB |
1.0.23 |
2025-04-20 source/ R- | gaselect_1.0.23.tar.gz |
89.9 KiB |
Dependencies (latest)
Depends
- methods (>= 2.10.0)
Imports
- Rcpp (>= 0.10.5)
LinkingTo
- Rcpp (>= 0.10.5)
- RcppArmadillo (>= 0.9.800.4)