
Splitting Criteria for Decision Tree Algorithm — Part 1
Information Gain and its implementation with Python
Decision Trees are popular Machine Learning algorithms used for both regression and classification tasks. Their popularity mainly arises from their interpretability and representability, as they mimic the way the human brain takes decisions.