More details about the elements of a OMLTask can be found in the XSD scheme.

makeOMLTask(task.id, task.type, input, parameters = list(), output,
  tags = NA_character_)

Arguments

task.id

[integer(1)]
The ID of this task. Generated by the API.

task.type

[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.

input

[list]
The inputs given for this task (i.e. data.set, estimation.procedure, evaluation.measures, cost.matrix).

parameters

[list]
Parameter settings for this task (depends on the task type).

output

[list]
Outputs expected after running this task.

tags

[character]
Optional tags describing the (data of the) task.

See also