Public methods
Method new()
Creates a new object of class OMLTask.
Usage
OMLTask$new(id, cache = getOption("mlr3oml.cache", FALSE))Arguments
id(integer(1))
OpenML task id.
cache(logical(1) | character(1))
See field cache for an explanation of possible values.
Defaults to value of option "mlr3oml.cache", or FALSE if not set.
Method print()
Prints the object.
For a more detailed printer, convert to a mlr3::Task via $task.
Usage
OMLTask$print()
Method clone()
The objects of this class are cloneable with this method.
Usage
OMLTask$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.