2 references to ChangeModelThreshold
Microsoft.ML.IntegrationTests (2)
Prediction.cs (2)
68
transformers.Add(mlContext.BinaryClassification.
ChangeModelThreshold
(model.LastTransformer, 0.7f));
86
var newModel = mlContext.BinaryClassification.
ChangeModelThreshold
(model, -2.0f);