Skip to content

Commit

Permalink
reference spatial cv chapter and mlr3 book
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m committed Apr 19, 2022
1 parent de27244 commit 289299e
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 @@ -519,7 +519,7 @@ search_space = paradox::ps(
Having defined the search space, we are all set for specifying our tuning via the `AutoTuner()` function.
Since we deal with geographic data, we will again make use of spatial cross-validation to tune the hyperparameters\index{hyperparameter} (see Sections \@ref(intro-cv) and \@ref(spatial-cv-with-mlr)).
Specifically, we will use a five-fold spatial partitioning with only one repetition (`rsmp()`).
In each of these spatial partitions, we run 50 models (`trm()`) while using randomly selected hyperparameter configurations (`tnr()`) within predefined limits (`seach_space`) to find the optimal hyperparameter\index{hyperparameter} combination.
In each of these spatial partitions, we run 50 models (`trm()`) while using randomly selected hyperparameter configurations (`tnr()`) within predefined limits (`seach_space`) to find the optimal hyperparameter\index{hyperparameter} combination [see also Section \@ref(svm) and https://mlr3book.mlr-org.com/optimization.html#autotuner, @becker_mlr3_2021].
The performance measure is the root mean squared error (RMSE\index{RMSE}).

```{r 15-eco-22, eval=FALSE}
Expand Down

0 comments on commit 289299e

Please sign in to comment.