if (FALSE) {
# For a classification task with 100 predictors:
suggest_mtries(p = 100, family = "classification")
# For a regression task with 100 predictors:
suggest_mtries(p = 100, family = "regression")
}
Run the code above in your browser using DataLab