Patrickspf commited on
Commit
54931cb
·
verified ·
1 Parent(s): 048cce7

Refresh calibration scorecard for 2026-02 (1348 rows)

Browse files
Files changed (1) hide show
  1. 2026-02.json +132 -0
2026-02.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "month": "2026-02",
3
+ "count": 1348,
4
+ "mean_brier": 0.0039,
5
+ "mean_log_loss": 0.0271,
6
+ "by_venue": [
7
+ {
8
+ "venue": "kalshi",
9
+ "count": 1348,
10
+ "mean_brier": 0.0039,
11
+ "mean_log_loss": 0.0271
12
+ }
13
+ ],
14
+ "by_category": [
15
+ {
16
+ "category": "Mentions",
17
+ "count": 534,
18
+ "mean_brier": 0.0002
19
+ },
20
+ {
21
+ "category": "Entertainment",
22
+ "count": 238,
23
+ "mean_brier": 0.012
24
+ },
25
+ {
26
+ "category": "Politics",
27
+ "count": 166,
28
+ "mean_brier": 0.0021
29
+ },
30
+ {
31
+ "category": "Sports",
32
+ "count": 122,
33
+ "mean_brier": 0.0088
34
+ },
35
+ {
36
+ "category": "Elections",
37
+ "count": 118,
38
+ "mean_brier": 0.0009
39
+ },
40
+ {
41
+ "category": "Companies",
42
+ "count": 86,
43
+ "mean_brier": 0.0004
44
+ },
45
+ {
46
+ "category": "Crypto",
47
+ "count": 21,
48
+ "mean_brier": 0.0281
49
+ },
50
+ {
51
+ "category": "Economics",
52
+ "count": 19,
53
+ "mean_brier": 0.0009
54
+ },
55
+ {
56
+ "category": "Financials",
57
+ "count": 17,
58
+ "mean_brier": 0.0015
59
+ },
60
+ {
61
+ "category": "Social",
62
+ "count": 14,
63
+ "mean_brier": 0.0006
64
+ }
65
+ ],
66
+ "calibration_buckets": [
67
+ {
68
+ "bucket_lo": 0,
69
+ "bucket_hi": 0.1,
70
+ "count": 759,
71
+ "actual_rate": 0
72
+ },
73
+ {
74
+ "bucket_lo": 0.1,
75
+ "bucket_hi": 0.2,
76
+ "count": 17,
77
+ "actual_rate": 0
78
+ },
79
+ {
80
+ "bucket_lo": 0.2,
81
+ "bucket_hi": 0.3,
82
+ "count": 10,
83
+ "actual_rate": 0
84
+ },
85
+ {
86
+ "bucket_lo": 0.3,
87
+ "bucket_hi": 0.4,
88
+ "count": 3,
89
+ "actual_rate": 0
90
+ },
91
+ {
92
+ "bucket_lo": 0.4,
93
+ "bucket_hi": 0.5,
94
+ "count": 2,
95
+ "actual_rate": 0.5
96
+ },
97
+ {
98
+ "bucket_lo": 0.5,
99
+ "bucket_hi": 0.6,
100
+ "count": 1,
101
+ "actual_rate": 0
102
+ },
103
+ {
104
+ "bucket_lo": 0.6,
105
+ "bucket_hi": 0.7,
106
+ "count": 4,
107
+ "actual_rate": 0.75
108
+ },
109
+ {
110
+ "bucket_lo": 0.7,
111
+ "bucket_hi": 0.8,
112
+ "count": 1,
113
+ "actual_rate": 1
114
+ },
115
+ {
116
+ "bucket_lo": 0.8,
117
+ "bucket_hi": 0.9,
118
+ "count": 8,
119
+ "actual_rate": 1
120
+ },
121
+ {
122
+ "bucket_lo": 0.9,
123
+ "bucket_hi": 1,
124
+ "count": 543,
125
+ "actual_rate": 0.9963
126
+ }
127
+ ],
128
+ "filter": {
129
+ "min_volume": 100
130
+ },
131
+ "generated_at": "2026-04-18T22:49:33.785Z"
132
+ }