convertOMLRunToBMR {OpenML} | R Documentation |
Convert an OpenML run set to a benchmark result for mlr.
Description
Converts an OMLRun
to a BenchmarkResult
.
Usage
convertOMLRunToBMR(
run,
measures = run$task.evaluation.measure,
recompute = FALSE
)
Arguments
run |
[ |
measures |
[ |
recompute |
[ |
Value
See Also
Other run-related functions:
convertOMLMlrRunToBMR()
,
deleteOMLObject()
,
getOMLRun()
,
listOMLRuns()
,
makeOMLRunParameter()
,
makeOMLRun()
,
tagOMLObject()
,
uploadOMLRun()
[Package OpenML version 1.12 Index]