Machine Learning lecture day-5
Information Gain Ratio
: because of limits "Information Gain" have, "Information Gain Ratio" is need.
Intrinsic Value
Gini Index: used for mesuring impurity
Gini Index or Gini impurity: measures the degree or probability of a particular variable being wrongly classified when it is randomly chosen.
Impurity: If all the elements belong to a single class, then it can be called pure. The degree of Gini Index varies between 0 and 1,
Impurity 0 = all elements belong to a certain class or there exists only one class (pure).
Impurity 1 = the elements are randomly distributed across various classes (impure).
A Gini Index of '0.5 'denotes equally distributed elements into some classes
CART (Classification And Regression Tree) algorithm: a type of classification algorithm that is required to build a decision tree on the basis of Gini's impurity index. It is a basic machine learning algorithm and provides a wide variety of use cases.
Gini Index Formula: