8 references to MetricsAgentUtil
Microsoft.ML.AutoML (8)
Experiment\MetricsAgents\BinaryMetricsAgent.cs (2)
47
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
77
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\MultiMetricsAgent.cs (2)
41
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
65
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\RankingMetricsAgent.cs (2)
46
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
65
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
Experiment\MetricsAgents\RegressionMetricsAgent.cs (2)
38
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);
60
throw
MetricsAgentUtil
.BuildMetricNotSupportedException(_optimizingMetric);