SessionProgramTuner.error_report#
from tmlt.tune import SessionProgramTuner
- SessionProgramTuner.error_report(spec=None)#
Computes a single error report.
An error report can be computed by specifying a concrete value for each
Tunable
in the tuner (this can be None if noTunable
was used), or by passing the output of a previousrun()
. In the former case, DP outputs and baseline outputs are first computed, before computing the views and the metrics. In the latter case, the contents of theRunOutputs
will be used to compute the views and the metrics.