aman5614 commited on
Commit
7eca04b
·
verified ·
1 Parent(s): 26f42b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from sklearn.metrics import classification_report, accuracy_score
14
  from sklearn.tree import DecisionTreeClassifier
15
  from sklearn.ensemble import RandomForestClassifier
16
 
17
- %matplotlib inline
18
 
19
  # Set the resolution of the plotted figures
20
  plt.rcParams['figure.dpi'] = 200
 
14
  from sklearn.tree import DecisionTreeClassifier
15
  from sklearn.ensemble import RandomForestClassifier
16
 
17
+
18
 
19
  # Set the resolution of the plotted figures
20
  plt.rcParams['figure.dpi'] = 200