I am using fastai to plot a confusion matrix of my fastai model. I am using this code:
interp = ClassificationInterpretation.from_learner(learn) interp.plot_confu