fs | R Documentation |
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.
fs(attribute)
attribute |
The target variable. |
An instance of the FeatureSelection class.
#See ?fs_fss for an example of feature selection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.