Upload calibrated thresholds
Browse files- 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 |
+
}
|