Gradient-boosted trees often outperform linear models on tabular data because:
Select an answer to reveal the explanation.
Short Explanation and Infographic
GBTs chew nonlinear interactions with less hand-featurization — still can overfit.
Full explanation below image
Full Explanation
Trees model interactions/nonlinearities; linear models need explicit feature work. Extrapolation and overfitting remain concerns.