1 write to Host
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
65
Host
= env;
6 references to Host
Microsoft.ML.Data (6)
Prediction\CalibratorCatalog.cs (6)
92
throw
Host
.ExceptSchemaMismatch(nameof(inputSchema), columnRole, column.Name);
94
throw
Host
.ExceptSchemaMismatch(nameof(inputSchema), columnRole, column.Name, column.GetTypeString(), outCol.GetTypeString());
104
Host
.Assert(success);
142
using (var ch =
Host
.Start("Creating calibrator."))
144
var calibrator = (TICalibrator)CalibratorUtils.TrainCalibrator(
Host
, ch,
146
return Create(
Host
, calibrator, ScoreColumn.Name);