SHAP

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Apr 6 13:28
Editor
Edited
Edited
2025 Mar 25 1:42
Refs
Refs
LIME

Shapley Additive exPlanations, Shapley Values

A classical method for interpreting AI that quantifies how much each feature contributes to a prediction
  • The goal of SHAP is to explain the prediction of an instance x by computing the contribution of each feature to the prediction
  • Build around idea of
    Shapley values
    (assume feature is a player and combination as colition)
notion image
notion image
 

SHAP variants

  • KernelSHAP
  • TreeSHA

SHAP interpretation methods

  • SHAP Feature Importance
  • SHAP Summary Plot
  • SHAP Dependence Plot
  • SHAP Interaction Values
 
 
 
 
 
 

Recommendations