How do Decision Trees behave with correlated features?

Updated May 16, 2026

Short answer

Decision Trees may arbitrarily select one feature among correlated ones, leading to unstable feature importance.

Deep explanation

When features are highly correlated, decision trees tend to pick one feature for splitting and ignore the others, even if they carry similar information. Small changes in data can cause the tree to switch between correlated features, making the model unstable. This also leads to misleading feature importance scores, where importance is split unevenly among correlated variables.

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 →