Slide 30
Slide 30 text
Grid Search
Search Space
• n_estimators = [5,10,50]
• max_depth = [3,5]
Models
1) n_estimators=5,
max_depth=3
2) n_estimators=5,
max_depth=5
3) n_estimators=10,
max_depth=3
4) n_estimators=10,
max_depth=5
5) n_estimators=50,
max_depth=3
6) n_estimators=50,
max_depth=5
Provide discrete set of
hyperparamter values
max_depth
n_estimators
3 5 10
5
10
50