Create the settings for random foreat based feature selection

createRandomForestFeatureSelection(ntrees = 2000, maxDepth = 17)

Arguments

ntrees

number of tree in forest

maxDepth

MAx depth of each tree

Value

An object of class featureEngineeringSettings

Details

Returns an object of class featureEngineeringSettings that specifies the sampling function that will be called and the settings