Add classification report
Browse files
classification_report.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
precision recall f1-score support
|
| 2 |
|
| 3 |
-
Negativo 0.
|
| 4 |
-
Positivo 0.
|
| 5 |
|
| 6 |
-
accuracy 0.
|
| 7 |
-
macro avg 0.
|
| 8 |
-
weighted avg 0.
|
|
|
|
| 1 |
precision recall f1-score support
|
| 2 |
|
| 3 |
+
Negativo 0.9981 0.9905 0.9943 527
|
| 4 |
+
Positivo 0.9908 0.9982 0.9945 542
|
| 5 |
|
| 6 |
+
accuracy 0.9944 1069
|
| 7 |
+
macro avg 0.9945 0.9943 0.9944 1069
|
| 8 |
+
weighted avg 0.9944 0.9944 0.9944 1069
|