hawthorneluke commited on
Commit
c1f69f7
·
verified ·
1 Parent(s): c4e9d32

Add quantile regression calibration results

Browse files
Files changed (1) hide show
  1. quantile_results.json +42 -0
quantile_results.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "days_q10": {
3
+ "target": "days",
4
+ "quantile": 0.1,
5
+ "calibration": 0.1456878170722741,
6
+ "mae": 93.87627370146461
7
+ },
8
+ "days_q50": {
9
+ "target": "days",
10
+ "quantile": 0.5,
11
+ "calibration": 0.5244467318579517,
12
+ "mae": 62.57580218926969
13
+ },
14
+ "days_q90": {
15
+ "target": "days",
16
+ "quantile": 0.9,
17
+ "calibration": 0.8452687302404235,
18
+ "mae": 118.83443890385972
19
+ },
20
+ "mag_q10": {
21
+ "target": "mag",
22
+ "quantile": 0.1,
23
+ "calibration": 0.14679067715609145,
24
+ "mae": 0.33959918643833453
25
+ },
26
+ "mag_q50": {
27
+ "target": "mag",
28
+ "quantile": 0.5,
29
+ "calibration": 0.48687596500257335,
30
+ "mae": 0.19533911214984886
31
+ },
32
+ "mag_q90": {
33
+ "target": "mag",
34
+ "quantile": 0.9,
35
+ "calibration": 0.839202999779428,
36
+ "mae": 0.2891361554237293
37
+ },
38
+ "days_coverage_80": 0.7103154179839718,
39
+ "days_interval_width_median": 40.90434958998694,
40
+ "mag_coverage_80": 0.6938092787295052,
41
+ "mag_interval_width_median": 0.48695424962859946
42
+ }