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 pricing

Real-world example

No real-world example available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Common mistakes

No common mistakes listed yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

Follow-up questions

No follow-up questions available yet.

Unlock with a Pro subscription to view this section.

Upgrade to Pro

More Decision Trees interview questions

View all →