mlr3 (version 0.1.0-9000)

mlr_learners: Dictionary of Learners

Description

A simple Dictionary storing objects of class Learner. Each learner has an associated help page, see mlr_learners_[id].

Arguments

Format

R6::R6Class object

Methods

See Dictionary.

S3 methods

See Also

Example learners:

Other Dictionary: mlr_generators, mlr_measures, mlr_resamplings, mlr_tasks

Other Learner: LearnerClassif, LearnerRegr, Learner

Examples

Run this code
# NOT RUN {
as.data.table(mlr_learners)
mlr_learners$get("classif.featureless")
# }

Run the code above in your browser using DataCamp Workspace