Information gain ratio
ID: information-gain-ratio
Information Gain Ratio (IGR) is a metric used in decision tree algorithms, such as the C4.5 algorithm, for feature selection. It measures the effectiveness of an attribute in classifying the dataset. Here's how it works: ### Information Gain To understand Information Gain Ratio, it's essential first to grasp the concept of Information Gain (IG). Information Gain quantifies the reduction in entropy or uncertainty in a dataset after splitting it based on a particular attribute.
New to topics? Read the docs here!