From df9c1d7d0e44c07f3a8f9350aa26511b152aa911 Mon Sep 17 00:00:00 2001 From: Christoph Molnar Date: Fri, 8 Mar 2024 14:26:42 +0100 Subject: [PATCH] use jpeg instead of png --- manuscript/05.9-agnostic-shapley.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/05.9-agnostic-shapley.Rmd b/manuscript/05.9-agnostic-shapley.Rmd index 9adafaf4..5bf39f1b 100644 --- a/manuscript/05.9-agnostic-shapley.Rmd +++ b/manuscript/05.9-agnostic-shapley.Rmd @@ -102,7 +102,7 @@ We replace the feature values of features that are not in a coalition with rando ```{r shapley-coalitions, fig.cap = "All 8 coalitions needed for computing the exact Shapley value of the `cat-banned` feature value."} -knitr::include_graphics("images/shapley-coalitions.png") +knitr::include_graphics("images/shapley-coalitions.jpg") ``` If we estimate the Shapley values for all feature values, we get the complete distribution of the prediction (minus the average) among the feature values.