You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The default `min_n` for both ranger and randomForest is 1 for classification and 5 for regression.
90
+
- For randomForest and spark, the default `mtry` is the square root of the number of predictors for classification, and one-third of the predictors for regression.
91
+
- For ranger, the default `mtry` is the square root of the number of predictors.
0 commit comments