In the classification model of decision trees, we need to choose the spiting attribute. In this process normally we used to choose the highest values of GINI index as spiting attribute, but in other cases like descent attribute selection why we choose smaller value of weighted average of gini index for descent nodes of binary attributes for the construction of decision tree.

Similar questions and discussions