seniorDecision Trees
Why do Decision Trees struggle with linear relationships?
Updated May 16, 2026
Short answer
Decision Trees approximate linear relationships using step-wise splits, which can be inefficient and fragmented.
Deep explanation
Linear relationships require smooth transitions, but Decision Trees create axis-aligned splits. To approximate a diagonal decision boundary, many splits are needed, resulting in deep and complex trees. This increases variance and reduces interpretability compared to linear models.
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