makeOMLTask: Construct OMLTask.

View source: R/OMLTask_Class.R

makeOMLTaskR 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

[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

Other task-related functions: convertOMLTaskToMlr(), deleteOMLObject(), getOMLTask(), listOMLTaskTypes(), listOMLTasks(), tagOMLObject()


openml/openml-r documentation built on Oct. 21, 2022, 2:16 a.m.