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