uploadOMLRun {OpenML} | R Documentation |
Upload an OpenML run.
Description
Share a run of a flow on a given OpenML task by uploading it to the OpenML server.
Usage
uploadOMLRun(
run,
upload.bmr = FALSE,
tags = NULL,
confirm.upload = NULL,
verbosity = NULL,
...
)
Arguments
run |
[ |
upload.bmr |
[ |
tags |
[ |
confirm.upload |
[ |
verbosity |
[ |
... |
Not used. |
Value
[invisible(numeric(1))
].
The run ID.
Note
This function will reset the cache of listOMLRuns
and
listOMLRunEvaluations
on success.
By default you will be asked to confirm the upload. You can deactivate the need for confirmation by setting “confirm.upload = TRUE” via setOMLConfig or set the corresponding argument each time you call the function.
See Also
Other uploading functions:
makeOMLStudy()
,
uploadOMLDataSet()
,
uploadOMLFlow()
,
uploadOMLStudy()
Other run-related functions:
convertOMLMlrRunToBMR()
,
convertOMLRunToBMR()
,
deleteOMLObject()
,
getOMLRun()
,
listOMLRuns()
,
makeOMLRunParameter()
,
makeOMLRun()
,
tagOMLObject()