I have managed to train a custom NER model using Spacy and I would like to demonstrate its ROC curve. I am able to use Scorer (https://spacy.io/api/scorer) to get final Recall, Precision and F-score but I would like to visualise the ROC curve in matplotlib.
How would I go about plotting the ROC using this platform?