Concept
Advantages of Tree-based Method
- Trees are very easy to explain to people, and yes easier than linear regression
- Useful for interpretation
- Decision trees closely mirror human decision making process than other regression and classification methods which makes way for intuitive interpretation
- Trees can handle qualitative predictors without creating dummy variables which leads to less model complexity
0
1
Updated 2020-04-06
Tags
Data Science