Converts an OMLRun
to a BenchmarkResult
.
convertOMLRunToBMR(
run,
measures = run$task.evaluation.measure,
recompute = FALSE
)
[BenchmarkResult
].
[OMLRun
]
The run that should be converted.
[character
]
Character describing the measures (see listOMLEvaluationMeasures
)
that will be converted into mlr measures
and are then used in the BenchmarkResult
.
Currently, not all measures from OpenML can be converted into mlr measures.
[logical(1)
]
Should the measures be recomputed with mlr using the predictions? Currently recomputing is not supported.
Other run-related functions:
convertOMLMlrRunToBMR()
,
deleteOMLObject()
,
getOMLRun()
,
listOMLRuns()
,
makeOMLRunParameter()
,
makeOMLRun()
,
tagOMLObject()
,
uploadOMLRun()