Generate confusion matrix from spacy v3 multi label classification #13754
Unanswered
CodeCheetah
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
I was able to generate confusion matrix without skilearn library which generates classification matrix but one image per label (TN/TP). The code below generates one image with all labels shown.
|
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'm trying to generate confusion matrix using SpaCy v3 model on multi label classification but cannot find any sources online on how to achieve this.
Any ideas? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions