convertMlrTaskToOMLDataSet {OpenML}R Documentation

Converts a mlr task to an OpenML data set.

Description

Converts a Task to an OMLDataSet.

Usage

convertMlrTaskToOMLDataSet(task, description = NULL)

Arguments

task

[Task]
A mlr task.

description

[character(1)|OMLDataSetDescription]
Either an OMLDataSetDescription or a character(1) that describes the data. For the latter, all other relevant information is autogenerated from the Task.

Value

[OMLDataSet].

See Also

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


[Package OpenML version 1.12 Index]