Machine Learning with Tree-Based Models in R
Sandro Raabe
Data Scientist
min_n
: minimum number of data points in a node that is required to be split furthertree_depth
: maximum depth of the tree / number of splitssample_size
: amount of data exposed to the fitting routinetrees
: number of trees in the ensemblemtry
: number of predictors randomly sampled at each splitlearn_rate
: rate at which the boosting algorithm adapts from iteration to iterationloss_reduction
: reduction in the loss function required to split furtherstop_iter
: The number of iterations without improvement before stoppingMachine Learning with Tree-Based Models in R