mlr3 (version 0.1.4)

TaskGeneratorSmiley: Smiley Classification Task Generator

Description

A TaskGenerator for the smiley task in mlbench::mlbench.smiley().

Arguments

Format

R6::R6Class inheriting from TaskGenerator.

Construction

TaskGeneratorSmiley$new()
mlr_task_generators$get("smiley")
tgen("smiley")

See Also

Dictionary of TaskGenerators: mlr_task_generators

as.data.table(mlr_resamplings) for a complete table of all (also dynamically created) TaskGenerator implementations.

Examples

Run this code
# NOT RUN {
tgen("smiley")$generate(10)$data()
# }

Run the code above in your browser using DataLab