Ch.39: Decision Tree Hyperparameters
Latest Post

Ch.39: Decision Tree Hyperparameters

How max_depth, min_samples_split, min_samples_leaf, criterion, splitter, max_features, max_leaf_nodes, and min_impurity_decrease each pull an unconstrained decision tree back from overfitting, with real sklearn decision boundaries showing the underfit-to-overfit trade-off for each one.

Machine Learning Algorithms · 2026-08-31 · 8 min readRead the post →