makeOMLTask {OpenML} | R Documentation |
Construct OMLTask.
Description
More details about the elements of a OMLTask
can be found in the
documentation.
Usage
makeOMLTask(
task.id,
task.type,
input,
parameters = list(),
output,
tags = NA_character_
)
Arguments
task.id |
[ |
task.type |
[ |
input |
[ |
parameters |
[ |
output |
[ |
tags |
[ |
See Also
Other task-related functions:
convertOMLTaskToMlr()
,
deleteOMLObject()
,
getOMLTask()
,
listOMLTaskTypes()
,
listOMLTasks()
,
tagOMLObject()
[Package OpenML version 1.12 Index]