More details about the elements of a OMLTask
can be found in the
documentation.
makeOMLTask(
task.id,
task.type,
input,
parameters = list(),
output,
tags = NA_character_
)
[integer(1)
]
The ID of this task. Generated by the API.
[character(1)
]
The task type of this task. Task types can be browsed and created on the OpenML website.
See also listOMLTaskTypes
for a list of all available tasks.
[list
]
The inputs given for this task (i.e. data.set, estimation.procedure, evaluation.measures, cost.matrix).
[list
]
Parameter settings for this task (depends on the task type).
[list
]
Outputs expected after running this task.
[character
]
Optional tags describing the (data of the) task.
Other task-related functions:
convertOMLTaskToMlr()
,
deleteOMLObject()
,
getOMLTask()
,
listOMLTaskTypes()
,
listOMLTasks()
,
tagOMLObject()