Overview
The feature selection package contains functionality designed for feature selection, model building, and/or classifier development.
Installation
# current dev version
remotes::install_github("stufield/featureselectr")
# or a specific version
remotes::install_github("stufield/featureselectr@v0.0.2")Help summary of the package
library(help = featureselectr)Examples
See the vignette("featureselectr") for usage examples.