When using SHAP values to explain a black-box modelโs prediction for a specific patient, what is the fundamental game-theoretic property that ensures the contribution of each feature sums up to the total model output?
The fundamental game-theoretic property that ensures the contributions of each feature sum up to the total model output is called Efficiency. In the context of cooperative game theory, which forms the mathematical foundation of SHAP (SHapley Additive exPlanations), a game consists of players collaborating to achieve a total payout. When applied to m....
Community Answers
Sign in to open profiles and full community answers.
Lara Emad Aljudaibi
โThe fundamental game theoritic property is Efficiency, also known as additivity or local accuracy. it guarantees that the sum of the Shapley values for all input features equals the difference between the model output prediction for that specific patient and the expected baseline output value.โ
37.0%