Neerav-Gupta commited on
Commit
5efe039
·
verified ·
1 Parent(s): 4b61de4

Upload results/shot_level_metrics.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/shot_level_metrics.json +26 -0
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
+ }