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 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