The feature selection package contains functionality designed for feature selection, model building, and/or classifier development.
# current dev version
remotes::install_github("stufield/featureselectr")
# or a specific version
remotes::install_github("stufield/featureselectr@v0.0.2")To load featureselectr simply make a call to library() as usual:
library(featureselectr)library(help = featureselectr)See the vignette("featureselectr") for usage examples.