Skip to content

Commit

Permalink
store_backends
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Sep 24, 2024
1 parent 7217843 commit e6f74bd
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 @@ -508,7 +508,7 @@ Calling the `train()`-method of the `AutoTuner`-object finally runs the hyperpar
```{r 15-eco-24, eval=TRUE, cache=TRUE, cache.lazy=FALSE}
# hyperparameter tuning
set.seed(08012024)
autotuner_rf$train(task)
autotuner_rf$train(task, store_backends = TRUE)
```

```{r 15-eco-25, eval=TRUE, echo=FALSE}
Expand Down

0 comments on commit e6f74bd

Please sign in to comment.