nazemi commited on
Commit
b5f258f
·
1 Parent(s): db03dea

Create evaluation _result.txt

Browse files
Files changed (1) hide show
  1. evaluation _result.txt +50 -0
evaluation _result.txt ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ train
2
+ ENGLISH Evaluation Metrics:
3
+ Accuracy: 0.9848
4
+ F1 Score: 0.9790
5
+ Precision: 0.9812
6
+ Recall: 0.9767
7
+
8
+ test
9
+
10
+ normal fraud
11
+ actual 1645 945
12
+ predict 1492 875
13
+
14
+
15
+ True Negatives (TN) = 1492
16
+ False Negatives (FN) = 70
17
+ False Positives (FP) = 153
18
+ True Positives (TP) = 87
19
+
20
+ Accuracy: 91.4%
21
+ Precision (Fraud): 85.1%
22
+ Recall (Fraud): 92.6%
23
+ F1-Score: 88.7%
24
+ Specificity (Normal): 90.7%
25
+ False Positive Rate (FPR): 9.3%
26
+ ----------------------------------------
27
+ train
28
+ SPANISH Evaluation Metrics:
29
+ Accuracy: 0.9882
30
+ F1 Score: 0.9836
31
+ Precision: 0.9875
32
+ Recall: 0.9798
33
+
34
+ test
35
+
36
+ normal fraud
37
+ actual 1650 944
38
+ predict 1517 848
39
+
40
+ True Negatives (TN): 1517
41
+ False Negatives (FN): 96
42
+ False Positives (FP): 133
43
+ True Positives (TP): 848
44
+ Accuracy: 91.2%
45
+ Precision (Fraud): 86.5%
46
+ Recall (Fraud): 89.8%
47
+ F1-Score: 88.1%
48
+ Specificity (Normal): 91.9%
49
+ False Positive Rate (FPR): 8.1%
50
+