Skip to content

Commit

Permalink
Remove cache from chunk 15-eco-26
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 24, 2024
1 parent 6302bc7 commit 7217843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 15-eco.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ set.seed(08012024)
autotuner_rf$train(task)
```

```{r 15-eco-25, cache=TRUE, cache.lazy=FALSE, eval=TRUE, echo=FALSE}
```{r 15-eco-25, eval=TRUE, echo=FALSE}
saveRDS(autotuner_rf, "extdata/15-tune.rds")
```

Expand Down

0 comments on commit 7217843

Please sign in to comment.