Improved Information Gain Estimates for Decision Tree Induction
Sebastian Nowozin (Microsoft Research Cambridge)

TL;DR
This paper introduces improved estimators for information gain in decision tree induction, leading to better predictive performance by reducing bias in entropy estimation.
Contribution
It proposes novel, unbiased estimators for information gain in decision trees, enhancing their accuracy and efficiency.
Findings
Improved estimators reduce bias in information gain calculations.
Enhanced decision trees show better predictive accuracy.
Method is simple to implement in existing decision tree algorithms.
Abstract
Ensembles of classification and regression trees remain popular machine learning methods because they define flexible non-parametric models that predict well and are computationally efficient both during training and testing. During induction of decision trees one aims to find predicates that are maximally informative about the prediction target. To select good predicates most approaches estimate an information-theoretic scoring function, the information gain, both for classification and regression problems. We point out that the common estimation procedures are biased and show that by replacing them with improved estimators of the discrete and the differential entropy we can obtain better decision trees. In effect our modifications yield improved predictive performance and are simple to implement in any decision tree code.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Machine Learning and Data Classification · Explainable Artificial Intelligence (XAI)
