3 references to TrainerUtils
Microsoft.ML.Data (3)
Prediction\CalibratorCatalog.cs (3)
69
LabelColumn =
TrainerUtils
.MakeBoolScalarLabel(labelColumn);
72
ScoreColumn =
TrainerUtils
.MakeR4ScalarColumn(scoreColumn); // Do we fathom this being named anything else (renaming column)? Complete metadata?
75
WeightColumn =
TrainerUtils
.MakeR4ScalarWeightColumn(weightColumn);