| uploadOMLDataSet {OpenML} | R Documentation |
Upload a data set to the OpenML server.
Description
Share a data set by uploading it to the OpenML server.
Usage
uploadOMLDataSet(
x,
tags = NULL,
description = NULL,
confirm.upload = NULL,
verbosity = NULL
)
Arguments
x |
[ |
tags |
[ |
description |
[ |
confirm.upload |
[ |
verbosity |
[ |
Value
[invisible(numeric(1))].
The ID of the data (data.id).
Note
This function will reset the cache of listOMLDataSets on success.
See Also
Other uploading functions:
makeOMLStudy(),
uploadOMLFlow(),
uploadOMLRun(),
uploadOMLStudy()
Other data set-related functions:
OMLDataSetDescription,
OMLDataSet,
convertMlrTaskToOMLDataSet(),
convertOMLDataSetToMlr(),
deleteOMLObject(),
getOMLDataSet(),
listOMLDataSets(),
tagOMLObject()