Skip to content

Instantly share code, notes, and snippets.

@philippmwirth
Created August 26, 2020 09:07
plots from fastai
interp = ClassificationInterpretation.from_learner(learner)
interp.plot_confusion_matrix()
interp.plot_top_losses(9, figsize=(12,12))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment