1 write to _metricManager
Microsoft.ML.AutoML (1)
API\BinaryClassificationExperiment.cs (1)
369
_metricManager
= metricManager;
2 references to _metricManager
Microsoft.ML.AutoML (2)
API\BinaryClassificationExperiment.cs (2)
382
if (
_metricManager
is BinaryMetricManager metricManager)
445
throw new ArgumentException($"The runner metric manager is of type {
_metricManager
.GetType()} which expected to be of type {typeof(ITrainValidateDatasetManager)} or {typeof(ICrossValidateDatasetManager)}");