Share a data set by uploading it to the OpenML server.
uploadOMLDataSet(
x,
tags = NULL,
description = NULL,
confirm.upload = NULL,
verbosity = NULL
)
[invisible(numeric(1))
].
The ID of the data (data.id
).
[Task
|[OMLDataSet
]
Contains the data set that should be uploaded.
[character
]
The tags that should be added after uploading.
[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
.
[logical(1)
]
Should the user be asked to confirm the upload?
Default is the setting from your config.
[integer(1)
]
Print verbose output on console? Possible values are:
0
: normal output,
1
: info output,
2
: debug output.
Default is set via setOMLConfig
.
Other uploading functions:
makeOMLStudy()
,
uploadOMLFlow()
,
uploadOMLRun()
,
uploadOMLStudy()
Other data set-related functions:
OMLDataSetDescription
,
OMLDataSet
,
convertMlrTaskToOMLDataSet()
,
convertOMLDataSetToMlr()
,
deleteOMLObject()
,
getOMLDataSet()
,
listOMLDataSets()
,
tagOMLObject()