3 references to PavCalibratorTrainer
Microsoft.ML.Data (3)
Prediction\Calibrator.cs (2)
1842
return new
PavCalibratorTrainer
(env);
2181
return CalibratePredictor<CommonOutputs.CalibratorOutput>(host, input, new
PavCalibratorTrainer
(host));
Prediction\CalibratorCatalog.cs (1)
489
string weightColumn = null) : base(env, new
PavCalibratorTrainer
(env), labelColumn, scoreColumn, weightColumn)