Skip to content

Instantly share code, notes, and snippets.

@philippmwirth
Created August 26, 2020 09:07
Show Gist options
  • Save philippmwirth/e8f1de320417a29d0271508cc832d9cf to your computer and use it in GitHub Desktop.
Save philippmwirth/e8f1de320417a29d0271508cc832d9cf to your computer and use it in GitHub Desktop.
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