
Hyperparameter Tuning for Machine Learning Models - ML 079
Adventures in Machine Learning
00:00
Using a Tree Based Model to Estimate the Stability of a Classifier
If there was one hyperparameter that you would mess around with in a tree-based model, what would be your first instinct to explore? I always do for Random Forest, at least, number of trees, and I always do max depth. Depth becomes a problem when you're just splitting too much so that the deeper that tree is allowed to go. If you take an open source data set and go into the configuration for any tree based model, get the max depth to your row count. See what happens.
Transcript
Play full episode