Learn Before
Concept

Disadvantages to Using Decision Trees

  1. Although trees may be easier to understand and interpret, they do not provide the same level of predictive accuracy compared to traditional regression and classification methods

  2. Small changes in data can cause large changes in the final estimated tree

  3. Not fit for continuous variables - While working with continuous numerical variables, decision tree loses information, when it categorizes variables in different categories.

  4. Overfitting - Can create over-complex trees that do not generalize the data well and suffer from high variance. This problem gets solved by setting constraints on model parameters and pruning.

0

6

Updated 2021-02-26

Tags

Data Science