Learn Before
Concept

Disadvantage of Using Information Gain

Information Gain tries to split trees on the basis of the most relevant feature X, however it does NOT take into account the number of values that X can take. If a feature A has a higher information gain and can take multiple distinct values that can exactly span the testing data, it can lead to overfitting.

0

1

Updated 2020-03-15

Tags

Data Science

Learn After