View source: R/FeatureEngineering.R
createRandomForestFeatureSelection | R Documentation |
Create the settings for random foreat based feature selection
createRandomForestFeatureSelection(ntrees = 2000, maxDepth = 17)
ntrees |
number of tree in forest |
maxDepth |
MAx depth of each tree |
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.