1. Learn
  2. /
  3. Courses
  4. /
  5. Machine Learning with Tree-Based Models in R

Connected

Exercise

Cross-validate a bagged tree model in caret

Use caret::train() with the "treebag" method to perform cross-validation. Train one model maximizing accuracy and one maximizing AUC.

Instructions

100 XP