Converts an OMLTask
to a list of Task
,
ResampleInstance
and Measure
.
convertOMLTaskToMlr(obj, measures = NULL, mlr.task.id = "<oml.data.name>", ignore.flagged.attributes = TRUE, drop.levels = TRUE, verbosity = NULL)
obj | [ |
---|---|
measures | [ |
mlr.task.id | [ |
ignore.flagged.attributes | [ |
drop.levels | [ |
verbosity | [ |
[list] A list with the following objects:
Other task-related functions: deleteOMLObject
,
getOMLTask
, listOMLTaskTypes
,
listOMLTasks
, makeOMLTask
,
tagOMLObject
# \dontrun{ # library("mlr") # vinnieOML = getOMLTask(task.id = 4845) # vinnieMlr = convertOMLTaskToMlr(vinnieOML) # }