Gini Impurity
Gini impurity is used to calculate impurity of a leaf node in Decision Tree.
Equation of Gini Impurity
Advantages of GINI Impurity
- SImple to calculate
- Interpretable
- Robust to overfitting
Disadvantages of GINI Impurity
- Not as effective as Entropy and Information Gain when classes are imbalanced
- Less sensitive to noise