Learn Before
Concept

Disadvantage of Information Gain in Decision Trees

Information Gain tries to split decision trees on the basis of the most relevant feature, however it does not take into account the number of values that the feature can take. If a feature has a high information gain and can take multiple distinct values that can exactly span the training data, splitting on it can lead to overfitting.

0

1

Updated 2026-06-29

Tags

Data Science

Learn After