A simple mlr3misc::Dictionary storing objects of class Learner.
Each learner has an associated help page, see mlr_learners_[id]
.
This dictionary can get populated with additional learners by add-on packages.
For an opinionated set of solid classification and regression learners, install and load the mlr3learners package.
More learners are connected via https://github.com/mlr-org/mlr3extralearners.
For a more convenient way to retrieve and construct learners, see lrn()
/lrns()
.