What is structural bias in Decision Trees?

Updated May 16, 2026

Short answer

Structural bias refers to limitations introduced by axis-aligned splits and greedy construction in decision trees.

Deep explanation

Structural bias arises because decision trees are constrained to axis-aligned splits and built greedily. This restricts the hypothesis space, making it difficult to represent diagonal or smooth decision boundaries efficiently. Even if data suggests a complex nonlinear relationship, trees approximate it with many stepwise partitions. This introduces bias in model representation. Oblique trees and ensembles reduce this limitation by increasing representational flexibility.

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 →