3 implementations of MetricName
Microsoft.ML.AutoML (3)
AutoMLExperiment\IMetricManager.cs (3)
52
public string
MetricName
=> Metric.ToString();
91
public string
MetricName
=> Metric.ToString();
126
public string
MetricName
=> Metric.ToString();
1 reference to MetricName
Microsoft.ML.AutoML (1)
API\AutoMLExperimentExtension.cs (1)
324
csvFileName += $"-{metricManager.
MetricName
}";