-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NETgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requestedup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project
Description
Suppose we have some binary classification task and train the model using any of binary classifier available (LogisticRegressionBinaryClassifier or FastTreeBinaryClassifier or anything else).
Then we evaluate our model on a testing set using BinaryClassificationEvaluator. During this evaluation we can set a threshold using Threshold
property of the evaluator.
The question is: how can we set the threshold for prediction?
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly APIdocumentationRelated to documentation of ML.NETRelated to documentation of ML.NETgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requestedup-for-grabsA good issue to fix if you are trying to contribute to the projectA good issue to fix if you are trying to contribute to the project