List down the advantages of the Decision Trees.

Advantages:

  1. Compared to other algorithms decision trees requires less effort for data preparation during pre-processing.
  2. A decision tree does not require normalization of data.
  3. A decision tree does not require scaling of data as well.
  4. Missing values in the data also do NOT affect the process of building a decision tree to any considerable extent.
  5. A Decision tree model is very intuitive and easy to explain to technical teams as well as stakeholders