MLLGNov 3, 2021

From global to local MDI variable importances for random forests and when they are Shapley values

arXiv:2111.02218v113 citations
Originality Incremental advance
AI Analysis

This work provides a theoretical link between global and local feature importance measures for random forests, aiding interpretability in machine learning applications.

The paper shows that global Mean Decrease of Impurity (MDI) variable importance scores in random forests correspond to Shapley values under certain conditions, and introduces a local MDI importance measure with connections to Shapley values, validated through experiments on classification and regression problems.

Random forests have been widely used for their ability to provide so-called importance measures, which give insight at a global (per dataset) level on the relevance of input variables to predict a certain output. On the other hand, methods based on Shapley values have been introduced to refine the analysis of feature relevance in tree-based models to a local (per instance) level. In this context, we first show that the global Mean Decrease of Impurity (MDI) variable importance scores correspond to Shapley values under some conditions. Then, we derive a local MDI importance measure of variable relevance, which has a very natural connection with the global MDI measure and can be related to a new notion of local feature relevance. We further link local MDI importances with Shapley values and discuss them in the light of related measures from the literature. The measures are illustrated through experiments on several classification and regression problems.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes