1 write to _host
Microsoft.ML.Sweeper (1)
SweepResultEvaluator.cs (1)
35_host = env.Register("InternalSweepResultEvaluator");
4 references to _host
Microsoft.ML.Sweeper (4)
SweepResultEvaluator.cs (4)
36_host.CheckNonEmpty(options.Metric, nameof(options.Metric)); 44var evaluators = _host.ComponentCatalog.GetAllDerivedClasses(typeof(IMamlEvaluator), typeof(SignatureMamlEvaluator)); 48var eval = (IEvaluator)evalInfo.CreateInstance(_host, args, new object[0]); 71throw _host.Except("Requested metric '{0}' does not exist. Options are:\n{1}", userMetric, sb.ToString());