Share a data set by uploading it to the OpenML server.

uploadOMLDataSet(x, tags = NULL, description = NULL,
  confirm.upload = NULL, verbosity = NULL)

Arguments

x

[Task|[OMLDataSet]
Contains the data set that should be uploaded.

tags

[character]
The tags that should be added after uploading.

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.

confirm.upload

[logical(1)]
Should the user be asked to confirm the upload? Default is the setting from your config.

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.

Value

[invisible(numeric(1))]. The ID of the data (data.id).

Note

This function will reset the cache of listOMLDataSets on success.

See also