OpenML (version 1.12)

listOMLTaskTypes: List available OpenML task types.

Description

The returned data.frame contains the type id and the character name of the OpenML task type.

Usage

listOMLTaskTypes(verbosity = NULL)

Value

[data.frame].

Arguments

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 listing functions: chunkOMLlist(), listOMLDataSetQualities(), listOMLDataSets(), listOMLEstimationProcedures(), listOMLEvaluationMeasures(), listOMLFlows(), listOMLRuns(), listOMLSetup(), listOMLStudies(), listOMLTasks()

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

Examples

Run this code
# \dontrun{
#   listOMLTaskTypes()
# }

Run the code above in your browser using DataLab