Converts a Task to an OMLDataSet.

convertMlrTaskToOMLDataSet(task, description = NULL)

Arguments

task

[Task]
A mlr task.

description

[character(1)|OMLDataSetDescription]
Either an OMLDataSetDescription or a character(1) that describes the data. For the latter, all other relevant information is autogenerated from the Task.

Value

[OMLDataSet].

See also