-
-
Save philippmwirth/e8f1de320417a29d0271508cc832d9cf to your computer and use it in GitHub Desktop.
plots from fastai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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