Skip to content

Commit

Permalink
use jpeg instead of png
Browse files Browse the repository at this point in the history
  • Loading branch information
christophM committed Mar 8, 2024
1 parent dc8a7ed commit df9c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manuscript/05.9-agnostic-shapley.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df9c1d7

Please sign in to comment.