-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Linky:
machinelearning/src/Microsoft.ML.Data/TrainCatalog.cs
Lines 261 to 267 in 3f98485
| public BinaryPredictionTransformer<TModel> ChangeModelThreshold<TModel>(BinaryPredictionTransformer<TModel> model, float threshold) | |
| where TModel : class | |
| { | |
| if (model.Threshold == threshold) | |
| return model; | |
| return new BinaryPredictionTransformer<TModel>(Environment, model.Model, model.TrainSchema, model.FeatureColumnName, threshold, model.ThresholdColumn); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels