Skip to content

Commit 221fb9d

Browse files
committed
Temporarily disable another autoplot.
1 parent 8b5336b commit 221fb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 09_Support-vector-machines.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ tune_res <- tune_grid(
343343
tune_res <- readRDS("data/09-tune_res.rds")
344344
```
345345

346-
```{r 09-autoplot-tune_res}
346+
```{r 09-autoplot-tune_res, eval = FALSE}
347347
autoplot(tune_res)
348348
```
349349

0 commit comments

Comments
 (0)