SingleOutputMetricResult#

from tmlt.tune import SingleOutputMetricResult
class tmlt.tune.SingleOutputMetricResult(name, description, baseline, output, value, grouping_columns, measure_column)#

Bases: MetricResult

The output of a SingleOutputMetric with additional metadata.

format_as_summary_row()#

Returns a table row summarizing the metric result.

Return type:

DataFrame

result_column_name()#

Returns the name of the column containing the metric results.

Only relevant if value is a DataFrame.

Return type:

str