Shapley value - Wikipedia
https://en.wikipedia.org/wiki/Shapley_valueThe Shapley value is a solution concept in cooperative game theory. It was named in honor of Lloyd Shapley, who introduced it in 1951 and won the Nobel Prize in Economics for it in 2012. To each cooperative gameit assigns a unique distribution (among the players) of a total surplus generated by the coalition of all players. The Shapley value is characterized by a collection of desirable prop…
SHAP Values | Kaggle
www.kaggle.com › dansbecker › shap-valuesHow They Work ¶. SHAP values interpret the impact of having a certain value for a given feature in comparison to the prediction we'd make if that feature took some baseline value. An example is helpful, and we'll continue the soccer/football example from the permutation importance and partial dependence plots lessons.
SHAP Values | Kaggle
https://www.kaggle.com/dansbecker/shap-valuesSHAP values do this in a way that guarantees a nice property. Specifically, you decompose a prediction with the following equation: sum (SHAP values for all features) = pred_for_team - pred_for_baseline_values. That is, the SHAP values of all features sum up to explain why my prediction was different from the baseline.