Update README.md
Browse files
README.md
CHANGED
@@ -56,31 +56,31 @@ More information on how the model was trained can be found here: https://github.
|
|
56 |
# Model Performance
|
57 |
```
|
58 |
Test Performance:
|
59 |
-
Precision: 0.
|
60 |
-
Recall: 0.
|
61 |
-
F1: 0.
|
62 |
|
63 |
precision recall f1-score support
|
64 |
|
65 |
-
CC Expiration 1.000 0.
|
66 |
-
CC Expiration Month
|
67 |
-
CC Expiration Year 0.
|
68 |
-
CC Name
|
69 |
CC Number 0.942 0.980 0.961 50
|
70 |
-
CC Payment Type 0.
|
71 |
-
CC Security Code 0.
|
72 |
-
CC Type 0.
|
73 |
-
Confirm Password
|
74 |
-
Email 0.
|
75 |
-
First Name 0.
|
76 |
-
Form 0.
|
77 |
-
Last Name 0.
|
78 |
-
New Password 0.
|
79 |
-
Other 0.
|
80 |
-
Phone
|
81 |
-
Zip Code 0.
|
82 |
|
83 |
-
accuracy 0.
|
84 |
-
macro avg 0.
|
85 |
-
weighted avg 0.
|
86 |
```
|
|
|
56 |
# Model Performance
|
57 |
```
|
58 |
Test Performance:
|
59 |
+
Precision: 0.96778
|
60 |
+
Recall: 0.96696
|
61 |
+
F1: 0.9668
|
62 |
|
63 |
precision recall f1-score support
|
64 |
|
65 |
+
CC Expiration 1.000 0.750 0.857 16
|
66 |
+
CC Expiration Month 0.972 0.972 0.972 36
|
67 |
+
CC Expiration Year 0.946 0.946 0.946 37
|
68 |
+
CC Name 0.882 0.968 0.923 31
|
69 |
CC Number 0.942 0.980 0.961 50
|
70 |
+
CC Payment Type 0.918 0.893 0.905 75
|
71 |
+
CC Security Code 0.950 0.927 0.938 41
|
72 |
+
CC Type 0.917 0.786 0.846 14
|
73 |
+
Confirm Password 0.961 0.860 0.907 57
|
74 |
+
Email 0.909 0.959 0.933 73
|
75 |
+
First Name 0.800 0.800 0.800 5
|
76 |
+
Form 0.974 0.974 0.974 39
|
77 |
+
Last Name 0.714 1.000 0.833 5
|
78 |
+
New Password 0.913 0.979 0.945 97
|
79 |
+
Other 0.986 0.983 0.985 1235
|
80 |
+
Phone 1.000 0.667 0.800 3
|
81 |
+
Zip Code 0.912 0.969 0.939 32
|
82 |
|
83 |
+
accuracy 0.967 1846
|
84 |
+
macro avg 0.923 0.907 0.910 1846
|
85 |
+
weighted avg 0.968 0.967 0.967 1846
|
86 |
```
|