View source: R/FeatureEngineering.R
createUnivariateFeatureSelection | R Documentation |
Create the settings for defining any feature selection that will be done
createUnivariateFeatureSelection(k = 100)
k |
This function returns the K features most associated (univariately) to the outcome |
Returns an object of class featureEngineeringSettings
that specifies the sampling function that will be called and the settings
An object of class featureEngineeringSettings
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.