Skip to content

Commit

Permalink
save autotuner result anew, update set.seed and add hint from where t…
Browse files Browse the repository at this point in the history
…o install tmap
  • Loading branch information
jannes-m committed Aug 1, 2024
1 parent 26a5fa2 commit 406bd97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 15-eco.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ Calling the `train()`-method of the `AutoTuner`-object finally runs the hyperpar

```{r 15-eco-24, eval=FALSE, cache=TRUE, cache.lazy=FALSE}
# hyperparameter tuning
set.seed(06170224)
set.seed(08012024)
autotuner_rf$train(task)
```

Expand Down Expand Up @@ -548,6 +548,7 @@ pred = terra::predict(ep, model = autotuner_rf, fun = predict)
# pred = terra::mask(pred, terra::vect(study_area)) |>
# terra::trim()
#
# # remotes::install_github("r-tmap/tmap")
# library(tmap)
# pal = rev(hcl.colors(n = 15, "RdYlBu"))
# tm = tm_shape(hs) +
Expand Down
Binary file modified extdata/15-tune.rds
Binary file not shown.

0 comments on commit 406bd97

Please sign in to comment.