createRandomForestFeatureSelection {PatientLevelPrediction} | R Documentation |
Create the settings for random foreat based feature selection
Description
Create the settings for random foreat based feature selection
Usage
createRandomForestFeatureSelection(ntrees = 2000, maxDepth = 17)
Arguments
ntrees |
number of tree in forest |
maxDepth |
MAx depth of each tree |
Details
Returns an object of class featureEngineeringSettings
that specifies the sampling function that will be called and the settings
Value
An object of class featureEngineeringSettings
Examples
## Not run: #' featureSelector <- createRandomForestFeatureSelection(ntrees = 2000, maxDepth = 10)
[Package PatientLevelPrediction version 6.4.1 Index]