What is the difference between Entropy and Information Gain?
4 years ago
Machine Learning
- Entropy is an indicator of how messy your data is. It decreases as you reach closer to the leaf node.
- The Information Gain is based on the decrease in entropy after a dataset is split on an attribute. It keeps on increasing as you reach closer to the leaf node.
Sanisha Maharjan
Jan 12, 2022