Update app.py
Browse files
app.py
CHANGED
|
@@ -95,7 +95,7 @@ interp.plot_confusion_matrix()
|
|
| 95 |
interp.plot_top_losses(3, nrows=2)
|
| 96 |
|
| 97 |
doc(interp.plot_top_losses)
|
| 98 |
-
??interp.plot_top_losses
|
| 99 |
|
| 100 |
# According to the matplot docs it’s the image size in inches.
|
| 101 |
interp.plot_top_losses(3, nrows=2, figsize=(10,10))
|
|
|
|
| 95 |
interp.plot_top_losses(3, nrows=2)
|
| 96 |
|
| 97 |
doc(interp.plot_top_losses)
|
| 98 |
+
#??interp.plot_top_losses
|
| 99 |
|
| 100 |
# According to the matplot docs it’s the image size in inches.
|
| 101 |
interp.plot_top_losses(3, nrows=2, figsize=(10,10))
|