Skip to content

Commit

Permalink
remove output chunk attr, which doesn't seem to be supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
larskotthoff committed Nov 8, 2024
1 parent 36df925 commit 27d7e87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions book/chapters/chapter12/model_interpretation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ However, the number of repetitions should be increased if you want to obtain use
:::

```{r iml-007}
#| output: false
#| cache: false
importance = FeatureImp$new(predictor, loss = "ce", n.repetitions = 100)
importance$plot()
Expand Down Expand Up @@ -498,7 +497,6 @@ perf_credit
```

```{r}
#| output: false
#| cache: false
old_theme = set_theme_dalex("ema")
plot(perf_credit, geom = "roc")
Expand Down Expand Up @@ -535,7 +533,6 @@ head(gbm_effect)
```

```{r}
#| output: false
#| cache: false
plot(gbm_effect, show_boxplots = FALSE)
```
Expand Down Expand Up @@ -569,7 +566,6 @@ gbm_profiles
```

```{r}
#| output: false
#| cache: false
plot(gbm_profiles) +
theme(legend.position = "top") +
Expand Down

0 comments on commit 27d7e87

Please sign in to comment.