uploadOMLFlow {OpenML} | R Documentation |
Upload an OpenML.
Description
Share a flow by uploading it to the OpenML server.
Usage
uploadOMLFlow(
x,
tags = NULL,
verbosity = NULL,
confirm.upload = NULL,
sourcefile = NULL,
binaryfile = NULL
)
Arguments
x |
|
tags |
[ |
verbosity |
[ |
confirm.upload |
[ |
sourcefile |
[ |
binaryfile |
[ |
Value
[invisible(numeric)
].
The ID of the flow (flow.id
).
Note
This function will reset the cache of listOMLFlows
on success.
See Also
Other uploading functions:
makeOMLStudy()
,
uploadOMLDataSet()
,
uploadOMLRun()
,
uploadOMLStudy()
[Package OpenML version 1.12 Index]