1 write to WeightColumn
Microsoft.ML.Data (1)
Prediction\CalibratorCatalog.cs (1)
75
WeightColumn
= TrainerUtils.MakeR4ScalarWeightColumn(weightColumn);
2 references to WeightColumn
Microsoft.ML.Data (2)
Prediction\CalibratorCatalog.cs (2)
100
checkColumnValid(
WeightColumn
, "weight");
145
_calibratorTrainer, input, LabelColumn.Name, ScoreColumn.Name,
WeightColumn
.Name);