Skip to content

Commit

Permalink
harmonize with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes-m committed Sep 25, 2024
1 parent 1841006 commit 560b8c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 12-spatial-cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ library(lgr) # logging framework for R
library(mlr3) # unified interface to machine learning algorithms
library(mlr3learners) # most important machine learning algorithms
library(mlr3extralearners) # access to even more learning algorithms
library(mlr3spatiotempcv) # spatiotemporal resampling strategies
library(mlr3proba) # make probabilistic predictions, here only needed for mlr3extralearners::list_learners()
library(mlr3spatiotempcv) # spatio-temporal resampling strategies
library(mlr3tuning) # hyperparameter tuning
library(mlr3viz) # plotting functions for mlr3 objects
library(progressr) # report progress updates
library(pROC) # compute roc values
```

Required data will be attached in due course.
Expand Down

0 comments on commit 560b8c3

Please sign in to comment.