fs: Feature Selection

View source: R/fs.R

fsR Documentation

Feature Selection

Description

Feature selection is a process of selecting a subset of relevant features from a larger set of features in a dataset for use in model training. The FeatureSelection class in R provides a framework for performing feature selection.

Usage

fs(attribute)

Arguments

attribute

The target variable.

Value

An instance of the FeatureSelection class.

Examples

#See ?fs_fss for an example of feature selection

daltoolboxdp documentation built on June 29, 2025, 5:07 p.m.