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