What is: Shapley Additive Explanations?
Source | A Unified Approach to Interpreting Model Predictions |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
SHAP, or SHapley Additive exPlanations, is a game theoretic approach to explain the output of any machine learning model. It connects optimal credit allocation with local explanations using the classic Shapley values from game theory and their related extensions. Shapley values are approximating using Kernel SHAP, which uses a weighting kernel for the approximation, and DeepSHAP, which uses DeepLift to approximate them.