Get the evaluation of text classification to show accuracy and not just f1 #12687
Answered
by
shadeMe
jmugan
asked this question in
Help: Coding & Implementations
-
How to reproduce the behaviourRun text classification and tell it to give you accuracy. It returns precision, recall, F, TOK, TEXCAT (macro F), and ROC AUC. But no accuracy? Is accuracy one of those? I've been googling around and have seen lots of contradictory stuff. I'm doing binary classification with balanced classes, so I would appreciate the intuitive simplicity of accuracy. |
Beta Was this translation helpful? Give feedback.
Answered by
shadeMe
May 31, 2023
Replies: 1 comment 2 replies
-
spaCy doesn't currently provide an accuracy scorer, so you'd need to implement one yourself. Please refer to this answer for more information. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
adrianeboyd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spaCy doesn't currently provide an accuracy scorer, so you'd need to implement one yourself. Please refer to this answer for more information.