One data, three models, detailed calculations made easy — Decision Tree is a simple model and easy to interpret. However, it is unstable because small variations in the data might result in a completely different tree being generated. It tends to overfit train data, thus has a high variance and poorly generalizes on unseen test data. This problem is…