fs {daltoolboxdp}R 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

[Package daltoolboxdp version 1.0.767 Index]