diff options
author | Yuchen Pei <me@ypei.me> | 2018-12-02 16:53:16 +0100 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-12-02 16:53:16 +0100 |
commit | 78223d4d17f600390aa61ddf139b63de5887c95d (patch) | |
tree | 3aa1e6a1a7cd3ab64832764c87e58874832cd226 /posts | |
parent | 43459b5192c19789e2be40fe3611b5b70daed3e5 (diff) |
added acknowledgement
Diffstat (limited to 'posts')
-rw-r--r-- | posts/2018-12-02-lime-shapley.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/posts/2018-12-02-lime-shapley.md b/posts/2018-12-02-lime-shapley.md index b8d5c52..5b95e26 100644 --- a/posts/2018-12-02-lime-shapley.md +++ b/posts/2018-12-02-lime-shapley.md @@ -8,6 +8,10 @@ comments: true In this post I explain LIME (Ribeiro et. al. 2016), the Shapley values (Shapley, 1953) and the SHAP values (Lundberg-Lee, 2017). +__Acknowledgement__. Thanks to Josef Lindman Hörnlund for bringing the LIME +and SHAP papers to my attention. The research is done while working at KTH +mathematics department. + Shapley values -------------- @@ -266,11 +270,6 @@ x_i, & \text{if }i \in S; \\ \mathbb E_{\mu_i} z_i, & \text{otherwise.} \end{cases}$$ -How about DeepLIFT? -------------------- - -TODO - References ---------- |