confusion matrix

Hi everyone,

Im looking to get a confusion matrix ( # of TP, TN, FP, FN) for a trained NER model. Yes, I understand if we use spacy_evaluate we will get the metrics, buts we already have the metrics what we are looking for is the the confusion matrix. How can we archive this?

Thanks
Victor

Have you seen this thread? It shows a custom implementation from a community member.

1 Like

Thank you very very much!!!