Confidence Scores for custom SpaCy NER Model #6968
davesuketu215
started this conversation in
Help: Best practices
Replies: 1 comment
-
Is Beam Parser the only way to get "Confidence Score" of a Spacy Model? Or can we derive confidence score from the output of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to get the confidence score of my custom model in predicting a certain entity label in unseen data.
Is there any convenient approach to get the confidence scores on the prediction of entities for SpaCy, apart from using the beam parser?
I know that the Scores module of SpaCy gives precision, recall, f1-scores. But rather what I want is something different as stated above. Any techniques to use?
Beta Was this translation helpful? Give feedback.
All reactions