Important properties
- If two explanatory variables j and k are interchangeable, then their Shapley values are equal
φ(x_∗,j)=φ(x_∗,k)
- If an explanatory variable j does not contribute to any prediction for any set of explanatory variables, then its Shapley value is equal to 0:
φ(x_∗,j)=0.
If model f() is a sum of two other models g() and h(), then the Shapley value calculated for model f() is a sum of Shapley values for models g() and h().
The sum of Shapley values is equal to the model’s prediction.
f(x_∗)−EX_{f(X_)}=p∑j=1φ(x_∗,j),