Skip to content

Commit

Permalink
re-run autotuner_rf
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m committed Jun 17, 2024
1 parent e5641e8 commit bf9b137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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(0412022)
set.seed(06170224)
autotuner_rf$train(task)
```

Expand Down Expand Up @@ -547,7 +547,7 @@ pred = terra::predict(ep, model = autotuner_rf, fun = predict)
# terra::mask(terra::vect(study_area))
# pred = terra::mask(pred, terra::vect(study_area)) |>
# terra::trim()
#
# library(tmap)
# pal = rev(hcl.colors(n = 15, "RdYlBu"))
# tm = tm_shape(hs) +
Expand Down

0 comments on commit bf9b137

Please sign in to comment.