Learn Before
Relation

Trees VS. Linear Models

Linear Regression Model: f(X)=β0+j=1pXjβjf(X) = \beta_0 + \sum_{j=1}^{p} X_j \beta_j Regression Trees Model: f(x)=m=1Mcm1(xRm)f(x) = \sum_{m=1}^{M} c_m · 1(x \in R_m) Linear regression is a good choice if the relationship between predictive variables and response variables can be well fitted by linear models. On the other hand, the tree method is more appropriate if the relationship is highly nonlinear and complex.

Image 0

0

7

Updated 2026-05-02

Tags

Data Science