OpenML (version 1.7)

convertOMLRunToBMR: 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

[OMLRun] The run that should be converted.

measures

[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.

recompute

[logical(1)] Should the measures be recomputed with mlr using the predictions? Currently recomputing is not supported.

Value

[BenchmarkResult].

See Also

Other run-related functions: convertOMLMlrRunToBMR, deleteOMLObject, getOMLRun, listOMLRuns, makeOMLRunParameter, makeOMLRun, tagOMLObject, uploadOMLRun