What is impurity reduction bias in Decision Trees?

Updated May 16, 2026

Short answer

Impurity reduction bias refers to decision trees favoring features with many unique values or high cardinality.

Deep explanation

Decision Trees select splits based on impurity reduction metrics like Gini or entropy. Features with many unique values (e.g., ID-like features) can artificially create pure splits, even if they carry little predictive meaning. This introduces bias toward high-cardinality features. Gain ratio and regularization methods help mitigate this issue.

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 →