Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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
|