From 78223d4d17f600390aa61ddf139b63de5887c95d Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 2 Dec 2018 16:53:16 +0100 Subject: added acknowledgement --- posts/2018-12-02-lime-shapley.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'posts/2018-12-02-lime-shapley.md') 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 ---------- -- cgit v1.2.3