Skip to content

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")

Usage

To load featureselectr simply make a call to library() as usual:

Help summary of the package

library(help = featureselectr)

Examples

See the vignette("featureselectr") for usage examples.