Decision tree Why is Gini index only used for binary choices?
I would like to understand why Gini index operates on the categorical target variables in terms of “success” or “failure” and performs only binary split ? Why it would not be possible to have 3 decision after a split when we are using the Giny impurity to select an attribute ? source : https://medium.com/analytics-steps/understanding-the-gini-index-and-information-gain-in-decision-trees-ab4720518ba8 and this is not the only ressource saying that.
Topic gini-index decision-trees classification machine-learning
Category Data Science