vazish commited on
Commit
9b5c1d7
·
verified ·
1 Parent(s): 3ac116e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -22
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.97043
60
- Recall: 0.96966
61
- F1: 0.96921
62
 
63
  precision recall f1-score support
64
 
65
- CC Expiration 1.000 0.875 0.933 16
66
- CC Expiration Month 1.000 0.972 0.986 36
67
- CC Expiration Year 0.973 0.973 0.973 37
68
- CC Name 1.000 0.968 0.984 31
69
  CC Number 0.942 0.980 0.961 50
70
- CC Payment Type 0.934 0.760 0.838 75
71
- CC Security Code 0.929 0.951 0.940 41
72
- CC Type 0.857 0.857 0.857 14
73
- Confirm Password 1.000 0.860 0.925 57
74
- Email 0.972 0.945 0.958 73
75
- First Name 0.833 1.000 0.909 5
76
- Form 0.950 0.974 0.962 39
77
- Last Name 0.833 1.000 0.909 5
78
- New Password 0.915 1.000 0.956 97
79
- Other 0.981 0.989 0.985 1235
80
- Phone 0.600 1.000 0.750 3
81
- Zip Code 0.939 0.969 0.954 32
82
 
83
- accuracy 0.970 1846
84
- macro avg 0.921 0.945 0.928 1846
85
- weighted avg 0.970 0.970 0.969 1846
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
  ```