-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNotes.txt
67 lines (33 loc) · 865 Bytes
/
Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Notes by God Bennett
===================
On Jamaica Bank data:
95.66% accuracy
total transactions
= fp + fn + tp + tn = false positives + false negatives + true positives + true negative
= 3708 + 197 + 85562 + 533 = 90000
correct predictions
= tp + tn
= 85562 + 533
= 86095/90000 = 95.66%
incorrect predictions
= fp + fn
= 3708 + 197
= 3905/90000
= 0.04338888888 or 4.3%
On Jamaica Bank data:
95.48% accuracy
total transactions
= fp + fn + tp + tn = false positives + false negatives + true positives + true negative
= 3911 + 157 + 85489 + 443 = 90000
correct predictions
= tp + tn
= 85489 + 443
= 85932/90000 = 95.48%
incorrect predictions
= fp + fn
= 3911 + 157
= 4068/90000
= 0.0452 or 4.5%
===================
On euro bank data:
99.93% acuracy