Explain Gini in decision tree algorithm
It is an impurity which is also a measure of misclassification which applies in a context of multi class classifier. It works similar to entropy but is quicker and easy to calculate. It works on the blow formula.
Where i=number of classes. The similarity between Gini and entropy is shown below