A Unified Approach to Interpreting Model Predictions
Scott Lundberg, Su-In Lee

TL;DR
This paper introduces SHAP, a unified framework for interpreting complex model predictions by assigning feature importance values, unifying existing methods, and proposing new improved techniques.
Contribution
The paper presents SHAP, a novel unified framework for model interpretability that unifies existing methods and introduces new techniques with better performance and consistency.
Findings
SHAP unifies six existing feature importance methods.
SHAP provides a unique solution with desirable properties.
New methods show improved computational efficiency and interpretability.
Abstract
Understanding why a model makes a certain prediction can be as crucial as the prediction's accuracy in many applications. However, the highest accuracy for large modern datasets is often achieved by complex models that even experts struggle to interpret, such as ensemble or deep learning models, creating a tension between accuracy and interpretability. In response, various methods have recently been proposed to help users interpret the predictions of complex models, but it is often unclear how these methods are related and when one method is preferable over another. To address this problem, we present a unified framework for interpreting predictions, SHAP (SHapley Additive exPlanations). SHAP assigns each feature an importance value for a particular prediction. Its novel components include: (1) the identification of a new class of additive feature importance measures, and (2)…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Bayesian Modeling and Causal Inference
MethodsShapley Additive Explanations
