SamSec007 commited on
Commit
f4d77d7
·
verified ·
1 Parent(s): da765d0

Upload calibrated thresholds

Browse files
Files changed (1) hide show
  1. thresholds.json +10 -0
thresholds.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "layer1": {
3
+ "phish_threshold": 0.85,
4
+ "clean_threshold": 0.05
5
+ },
6
+ "layer2": {
7
+ "phish_threshold": 0.7875,
8
+ "clean_threshold": 0.6875
9
+ }
10
+ }