How do Decision Trees approximate nonlinear decision boundaries?
Updated May 16, 2026
Short answer
Decision Trees approximate nonlinear boundaries using a sequence of axis-aligned splits.
Deep explanation
Although each split is a simple threshold on a single feature, combining many splits allows decision trees to approximate complex nonlinear boundaries. Each split partitions the feature space into rectangular regions. As depth increases, these regions become smaller and more complex, allowing the tree to approximate curved or nonlinear decision surfaces. However, this requires deeper trees, which increases variance and risk of overfitting.
Unlock with a Pro subscription to view this section.
View pricingReal-world example
No real-world example available yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProCommon mistakes
No common mistakes listed yet.
Unlock with a Pro subscription to view this section.
Upgrade to ProFollow-up questions
No follow-up questions available yet.
Unlock with a Pro subscription to view this section.
Upgrade to Pro