| getOMLRun {OpenML} | R Documentation |
Get an OpenML run.
Description
Given an run id, the corresponding OMLRun including all server
and user computed metrics is downloaded if not already available in cache.
Usage
getOMLRun(run.id, cache.only = FALSE, only.xml = FALSE, verbosity = NULL)
Arguments
run.id |
[ |
cache.only |
[ |
only.xml |
[ |
verbosity |
[ |
Value
[OMLRun].
See Also
Other downloading functions:
getOMLDataSetQualities(),
getOMLDataSet(),
getOMLFlow(),
getOMLStudy(),
getOMLTask()
Other run-related functions:
convertOMLMlrRunToBMR(),
convertOMLRunToBMR(),
deleteOMLObject(),
listOMLRuns(),
makeOMLRunParameter(),
makeOMLRun(),
tagOMLObject(),
uploadOMLRun()
Examples
# \dontrun{
# runs_ctree = listOMLRuns(flow.id = 2569)
# run1 = getOMLRun(run.id = runs_ctree$run.id[1])
# str(run1, 1)
# }