tagging: Tagging of OpenML objects

tagOMLObjectR Documentation

Tagging of OpenML objects

Description

Add or remove a specific tag to a OpenML data, task, flow or run.

Usage

tagOMLObject(
  ids,
  object = c("data", "task", "flow", "run"),
  tags,
  verbosity = NULL
)

untagOMLObject(
  ids,
  object = c("data", "task", "flow", "run"),
  tags,
  verbosity = NULL
)

Arguments

ids

[integer]
The IDs of the respective objects.

object

[character(1)]
A character that specifies the object you want to delete from the server. Can be either "data", "task", "flow" or "run".

tags

[character]
The tags that should be added/removed.

verbosity

[integer(1)]
Print verbose output on console? Possible values are:
0: normal output,
1: info output,
2: debug output.
Default is set via setOMLConfig.

See Also

Other data set-related functions: OMLDataSetDescription, OMLDataSet, convertMlrTaskToOMLDataSet(), convertOMLDataSetToMlr(), deleteOMLObject(), getOMLDataSet(), listOMLDataSets(), uploadOMLDataSet()

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

Other flow-related functions: convertOMLFlowToMlr(), deleteOMLObject(), getOMLFlow(), listOMLFlows(), makeOMLFlowParameter(), makeOMLFlow()

Other run-related functions: convertOMLMlrRunToBMR(), convertOMLRunToBMR(), deleteOMLObject(), getOMLRun(), listOMLRuns(), makeOMLRunParameter(), makeOMLRun(), uploadOMLRun()


OpenML documentation built on Oct. 20, 2022, 1:07 a.m.