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));
44
var evaluators =
_host
.ComponentCatalog.GetAllDerivedClasses(typeof(IMamlEvaluator), typeof(SignatureMamlEvaluator));
48
var eval = (IEvaluator)evalInfo.CreateInstance(
_host
, args, new object[0]);
71
throw
_host
.Except("Requested metric '{0}' does not exist. Options are:\n{1}", userMetric, sb.ToString());