diff --git a/12-spatial-cv.Rmd b/12-spatial-cv.Rmd index 755da8bdf..0e0a65658 100644 --- a/12-spatial-cv.Rmd +++ b/12-spatial-cv.Rmd @@ -26,7 +26,7 @@ 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(mlr3proba) # make probabilistic predictions, here only needed for mlr3extralearners::list_learners() +library(mlr3proba) # here needed for mlr3extralearners::list_learners() library(mlr3spatiotempcv) # spatiotemporal resampling strategies library(mlr3tuning) # hyperparameter tuning library(mlr3viz) # plotting functions for mlr3 objects