Measuring Variable Importance via Accumulated Local Effects
Jingyu Zhu, Daniel W. Apley

TL;DR
This paper introduces a new variable importance measure based on accumulated local effects (ALE) that overcomes limitations of existing methods, especially with highly correlated predictors, providing more reliable and computationally efficient importance rankings.
Contribution
The paper proposes a novel ALE-based variable importance measure that avoids extrapolation and deflation issues present in existing methods, improving reliability with correlated predictors.
Findings
ALE VIMs produce similar importance rankings as existing methods with mild correlation.
ALE VIMs provide more reliable rankings with strong predictor correlation.
ALE VIMs are significantly less computationally expensive.
Abstract
A shortcoming of black-box supervised learning models is their lack of interpretability or transparency. To facilitate interpretation, post-hoc global variable importance measures (VIMs) are widely used to assign to each predictor or input variable a numerical score that represents the extent to which that predictor impacts the fitted model's response predictions across the training data. It is well known that the most common existing VIMs, namely marginal Shapley and marginal permutation-based methods, can produce unreliable results if the predictors are highly correlated, because they require extrapolation of the response at predictor values that fall far outside the training data. Conditional versions of Shapley and permutation VIMs avoid or reduce the extrapolation but can substantially deflate the importance of correlated predictors. For the related goal of visualizing the effects…
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
TopicsExplainable Artificial Intelligence (XAI) · Statistical Methods and Inference · Statistical Methods and Bayesian Inference
