christophM / interpretable-ml-book

Book about interpretable machine learning
https://christophm.github.io/interpretable-ml-book/
Other
4.75k stars 1.06k forks source link

Wrong efficiency #216

Closed christopher5106 closed 3 years ago

christopher5106 commented 3 years ago

https://github.com/christophM/interpretable-ml-book/blob/master/manuscript/05.9-agnostic-shapley.Rmd#L252

It shoud be:

$$\sum\nolimits_{j=1}^p\phi_j=\hat{f}(x)$$

instead of

$$\sum\nolimits_{j=1}^p\phi_j=\hat{f}(x)-E_X(\hat{f}(X))$$

christopher5106 commented 3 years ago

Sorry I'm wrong