From the course: Applied Machine Learning: Foundations
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Challenge: Tuning random forest
From the course: Applied Machine Learning: Foundations
Challenge: Tuning random forest
“
Okay. It's challenge time again. Your challenge is to use grid search to find the best depth for a Random Forest model. You want to find that best depth, and then you want to find the score for the model with the best depth. Compare that to the default score.