You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classify() needs to implement a threshold mechanism for classify() errors. An error is a condition where the labels and probabilities are inconclusive, and a match cannot be obtained.
One way around this is by computing a priorProbabilities classification, and then comparing every getClassification result to the value of this priorProbabilities
The text was updated successfully, but these errors were encountered:
I'm retitling this and labeling a feature enhancement.
DrDub
changed the title
classifier.classify() should return error when no match found
Add probability calibration to the classifier outputs
Nov 3, 2016
Classify() needs to implement a threshold mechanism for classify() errors. An error is a condition where the labels and probabilities are inconclusive, and a match cannot be obtained.
One way around this is by computing a priorProbabilities classification, and then comparing every getClassification result to the value of this priorProbabilities
The text was updated successfully, but these errors were encountered: