- Time series data is based on linearity while a decision tree algorithm is known to work best to detect non-linear interactions
Decision tree fails to provide robust predictions. Why? - The reason is that it couldn’t map the linear relationship as good as a regression model did.
- We also know that a linear regression model can provide a robust prediction only if the data set satisfies its linearity assumptions.