Learn Before
Concept
Trees VS Linear Models
Assume you have a decision boundary represented by two colors in below picture. If the true decision boundary is linear you can see that boxes created by trees are having hard time fitting the true decision boundary and vice versa for linear models when true decision boundary is non linear.
Thus choosing between Tree and Linear models must be based on case by case analysis.
0
2
Updated 2020-03-06
Tags
Data Science