Skip to content
/ gaselect Public

❗ This is a read-only mirror of the CRAN R package repository. gaselect — Genetic Algorithm (GA) for Variable Selection from High-Dimensional Data. Homepage: https://github.com/dakep/gaselect Report bugs for this package: https://github.com/dakep/gaselect/issues

Notifications You must be signed in to change notification settings

cran/gaselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gaselect R package

This R package implements a genetic algorithm (GA) for variable selection as described in Kepplinger, D., Filzmoser, P., and Varmuza, K. (2017). Variable selection with genetic algorithms using repeated cross-validation of PLS regression models as fitness measure. https://arxiv.org/abs/1711.06695.

Installation

To install the latest release from CRAN, run the following R code in the R console:

install.packages('gaselect')

The most recent stable version as well as the developing version might not yet be available on CRAN. These can be directly installed from github using the devtools package:

# Install the most recent stable version:
install_github('dakep/gaselect')
# Install the (unstable) develop version:
install_github('dakep/gaselect', ref = 'develop')

About

❗ This is a read-only mirror of the CRAN R package repository. gaselect — Genetic Algorithm (GA) for Variable Selection from High-Dimensional Data. Homepage: https://github.com/dakep/gaselect Report bugs for this package: https://github.com/dakep/gaselect/issues

Resources

Stars

Watchers

Forks

Packages

No packages published