{{customMetric.name}}
will appear when hovering result
A high value will appear as positive, colored in green
The minimum value theoretically possible for this metric
The maximum value theoretically possible for this metric
Whether the metric is calculated from probabilities rather than predictions
 {{testCustomMetricResults[$index].error + (testCustomMetricResults[$index].line ? " (at line "+testCustomMetricResults[$index].line + ", character " + testCustomMetricResults[$index].column + ")" : "")}}
 {{"Test successful. Metric returned: " + testCustomMetricResults[$index].value + ", " + (testCustomMetricResults[$index].rowByRowValues ? " [" + testCustomMetricResults[$index].rowByRowValues + "]" : " and no or incorrect row-by-row values.")}}