diff options
-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 ---------- |