Skip to content

Commit

Permalink
shorten package description
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes committed Oct 7, 2024
1 parent 538d747 commit 4305db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 12-spatial-cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4305db1

Please sign in to comment.