2 references to PredictorModel
Microsoft.ML.EntryPoints (2)
ScoreColumnSelector.cs (2)
73
if (input.
PredictorModel
.Predictor.PredictionKind == PredictionKind.BinaryClassification)
76
var labelNames = input.
PredictorModel
.GetLabelInfo(host, out labelType);