Gaffar-21 commited on
Commit
5442bfa
·
verified ·
1 Parent(s): c9c04af

Upload model_metrics.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metrics.txt +16 -0
model_metrics.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Accuracy: 0.9676956209619526
2
+ ROC AUC Score: 0.8841975505715628
3
+
4
+ Classification Report:
5
+ precision recall f1-score support
6
+
7
+ 0 0.97 1.00 0.98 1206
8
+ 1 0.99 0.77 0.86 187
9
+
10
+ accuracy 0.97 1393
11
+ macro avg 0.98 0.88 0.92 1393
12
+ weighted avg 0.97 0.97 0.97 1393
13
+
14
+ Confusion Matrix:
15
+ [[1204 2]
16
+ [ 43 144]]