Dictionary of Learners
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.
R6::R6Class object inheriting from mlr3misc::Dictionary.
See mlr3misc::Dictionary.
as.data.table(dict)
mlr3misc::Dictionary -> data.table::data.table()
Returns a data.table::data.table()
with fields "key", "feature_types", "packages",
"properties" and "predict_types" as columns.
Extension Packages: mlr3learners
Other Dictionary:
mlr_measures
,
mlr_resamplings
,
mlr_task_generators
,
mlr_tasks
as.data.table(mlr_learners) mlr_learners$get("classif.featureless") lrn("classif.rpart")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.