convertMlrTaskToOMLDataSet: Converts a mlr task to an OpenML data set.

View source: R/convertMlrTaskToOMLDataSet.R

convertMlrTaskToOMLDataSetR 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()


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