R/rand-forest-baritsu.R
details_rand_forest_baritsu.Rd
mlpack::random_forest() is an implementation of the standard random forest algorithm by Leo Breiman for classification.
mlpack::random_forest()
For this engine, there is a single mode: classification
This model has 3 tuning parameters:
mtry: Randomly Selected Predictors (type: integer)
mtry
trees: Trees (type: integer)
trees
min_n: Minimal Node Size (type: integer)
min_n