Unbiased variable importance for random forests

Markus Loecher
DOI: https://doi.org/10.1080/03610926.2020.1764042
2020-03-09
Abstract:The default variable-importance measure in random Forests, Gini importance, has been shown to suffer from the bias of the underlying Gini-gain splitting criterion. While the alternative permutation importance is generally accepted as a reliable measure of variable importance, it is also computationally demanding and suffers from other shortcomings. We propose a simple solution to the misleading/untrustworthy Gini importance which can be viewed as an overfitting problem: we compute the loss reduction on the out-of-bag instead of the in-bag training samples.
Machine Learning,Applications
What problem does this paper attempt to address?