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