What is equivalent of "max depth" in the 'R' package "ranger"?

Viewed 4070

Other random forest tools have the "dial" that limits max depth of splits on a particular branch.

h2o.randomForest has "max_depth", for example.

What is the version of that for "ranger"?

1 Answers
Related