Share a run of a flow on a given OpenML task by uploading it to the OpenML server.
uploadOMLRun(
run,
upload.bmr = FALSE,
tags = NULL,
confirm.upload = NULL,
verbosity = NULL,
...
)
[invisible(numeric(1))
].
The run ID.
[OMLRun
|OMLMlrRun
]
The run that should be uploaded. Either a OMLRun
or a run created with OMLMlrRun
.
[logical(1)
]
Should the Benchmark result created by benchmark
function be uploaded?
If set to TRUE
and the flow is created via makeTuneWrapper, an arff file that contains the hyperparameter optimization trace is also uploaded.
[character
]
The tags that should be added after uploading.
[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
.
Not used.
Other uploading functions:
makeOMLStudy()
,
uploadOMLDataSet()
,
uploadOMLFlow()
,
uploadOMLStudy()
Other run-related functions:
convertOMLMlrRunToBMR()
,
convertOMLRunToBMR()
,
deleteOMLObject()
,
getOMLRun()
,
listOMLRuns()
,
makeOMLRunParameter()
,
makeOMLRun()
,
tagOMLObject()