View source: R/FeatureEngineering.R
removeRareFeatures | R Documentation |
A function that removes rare features from the data
removeRareFeatures(trainData, featureEngineeringSettings, done = FALSE)
trainData |
The data to be normalized |
featureEngineeringSettings |
The settings for the normalization |
done |
Whether to find and remove rare features or remove them only (bool) |
removes features that are present in less than a certain fraction of the population
The data with rare features removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.