From e6f74bd6821ad81df2741fcc98c723c0f882d881 Mon Sep 17 00:00:00 2001 From: robinlovelace Date: Tue, 24 Sep 2024 09:53:53 +0100 Subject: [PATCH] store_backends --- 15-eco.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15-eco.Rmd b/15-eco.Rmd index 56b8c27b6..06b9fce7a 100644 --- a/15-eco.Rmd +++ b/15-eco.Rmd @@ -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}