Prachidwi commited on
Commit
cc85477
1 Parent(s): 5795955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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))