The Rashomon Importance Distribution: Getting RID of Unstable, Single Model-based Variable Importance
Jon Donnelly, Srikar Katta, Cynthia Rudin, Edward P. Browne
TL;DR
This work tackles the problem that many models can explain observational data equally well, which undermines trustworthy variable-importance conclusions. It introduces the Rashomon Importance Distribution (RID), a model-class-agnostic framework that quantifies variable importance across all good models within the Rashomon set $\mathcal{R}^{\varepsilon}_{\mathcal{D}^{(n)}}$ and across bootstrap perturbations, yielding a distribution rather than a single metric. The authors define RID via $\text{RID}_j(k; \varepsilon, \mathcal{F}, \ell, \mathcal{P}_n, \lambda)$ and establish estimators $\widehat{\text{RID}}_j$ with finite-sample guarantees under a Lipschitz-type assumption relating the data-generating process to the Rashomon distribution. Empirically, RID outperforms baselines on synthetic data generation processes and reveals novel biological insights in an HIV-related case study, notably highlighting LINC00486 as a stable, high-impact variable. Overall, RID enhances reproducibility and reliability of variable-importance assessments by incorporating both the Rashomon effect and data perturbations across diverse model classes.
Abstract
Quantifying variable importance is essential for answering high-stakes questions in fields like genetics, public policy, and medicine. Current methods generally calculate variable importance for a given model trained on a given dataset. However, for a given dataset, there may be many models that explain the target outcome equally well; without accounting for all possible explanations, different researchers may arrive at many conflicting yet equally valid conclusions given the same data. Additionally, even when accounting for all possible explanations for a given dataset, these insights may not generalize because not all good explanations are stable across reasonable data perturbations. We propose a new variable importance framework that quantifies the importance of a variable across the set of all good models and is stable across the data distribution. Our framework is extremely flexible and can be integrated with most existing model classes and global variable importance metrics. We demonstrate through experiments that our framework recovers variable importance rankings for complex simulation setups where other methods fail. Further, we show that our framework accurately estimates the true importance of a variable for the underlying data distribution. We provide theoretical guarantees on the consistency and finite sample error rates for our estimator. Finally, we demonstrate its utility with a real-world case study exploring which genes are important for predicting HIV load in persons with HIV, highlighting an important gene that has not previously been studied in connection with HIV. Code is available at https://github.com/jdonnelly36/Rashomon_Importance_Distribution.
