Skip to contents

A simple mlr3misc::Dictionary storing objects of class TaskGenerator. Each task generator has an associated help page, see mlr_task_generators_[id].

This dictionary can get populated with additional task generators by add-on packages.

For a more convenient way to retrieve and construct task generators, see tgen()/tgens().

Format

R6::R6Class object inheriting from mlr3misc::Dictionary.

Methods

See mlr3misc::Dictionary.

S3 methods

Examples

mlr_task_generators$get("smiley")
#> <TaskGeneratorSmiley:smiley>: Smiley Classification
#> * Task type: classif
#> * Packages: mlr3, mlbench
#> * Parameters: list()
#> * Manual: ?mlr3::mlr_task_generators_smiley
tgen("2dnormals")
#> <TaskGenerator2DNormals:2dnormals>: 2D Normals Classification
#> * Task type: classif
#> * Packages: mlr3, mlbench
#> * Parameters: list()
#> * Manual: ?mlr3::mlr_task_generators_2dnormals