Datasets:
Upload results/shot_level_metrics.json with huggingface_hub
Browse files
results/shot_level_metrics.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"lstm": {
|
| 3 |
+
"tpr": 0.52,
|
| 4 |
+
"mean_warning_time_ms": 15.161538461537024,
|
| 5 |
+
"threshold": 0.05,
|
| 6 |
+
"note": "FAR not computable \u2014 all test shots disruptive"
|
| 7 |
+
},
|
| 8 |
+
"transformer": {
|
| 9 |
+
"tpr": 0.48,
|
| 10 |
+
"mean_warning_time_ms": 13.15833333333166,
|
| 11 |
+
"threshold": 0.05,
|
| 12 |
+
"note": "FAR not computable \u2014 all test shots disruptive"
|
| 13 |
+
},
|
| 14 |
+
"cnn": {
|
| 15 |
+
"tpr": 0.6,
|
| 16 |
+
"mean_warning_time_ms": 12.566666666664979,
|
| 17 |
+
"threshold": 0.05,
|
| 18 |
+
"note": "FAR not computable \u2014 all test shots disruptive"
|
| 19 |
+
},
|
| 20 |
+
"xgboost": {
|
| 21 |
+
"tpr": 0.4,
|
| 22 |
+
"mean_warning_time_ms": 13.149999999998855,
|
| 23 |
+
"threshold": 0.05,
|
| 24 |
+
"note": "FAR not computable \u2014 all test shots disruptive"
|
| 25 |
+
}
|
| 26 |
+
}
|