File size: 8,626 Bytes
c07555e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: conditionId
    dtype: string
  - name: slug
    dtype: string
  - name: resolutionSource
    dtype: string
  - name: endDate
    dtype: string
  - name: liquidity
    dtype: string
  - name: startDate
    dtype: string
  - name: image
    dtype: string
  - name: icon
    dtype: string
  - name: description
    dtype: string
  - name: outcomes
    dtype: string
  - name: outcomePrices
    dtype: string
  - name: volume
    dtype: string
  - name: active
    dtype: bool
  - name: closed
    dtype: bool
  - name: marketMakerAddress
    dtype: string
  - name: createdAt
    dtype: string
  - name: updatedAt
    dtype: string
  - name: new
    dtype: bool
  - name: featured
    dtype: bool
  - name: submitted_by
    dtype: string
  - name: archived
    dtype: bool
  - name: resolvedBy
    dtype: string
  - name: restricted
    dtype: bool
  - name: groupItemTitle
    dtype: string
  - name: groupItemThreshold
    dtype: string
  - name: questionID
    dtype: string
  - name: enableOrderBook
    dtype: bool
  - name: orderPriceMinTickSize
    dtype: float64
  - name: orderMinSize
    dtype: int64
  - name: volumeNum
    dtype: float64
  - name: liquidityNum
    dtype: float64
  - name: endDateIso
    dtype: string
  - name: startDateIso
    dtype: string
  - name: hasReviewedDates
    dtype: bool
  - name: volume24hr
    dtype: float64
  - name: clobTokenIds
    dtype: string
  - name: umaBond
    dtype: string
  - name: umaReward
    dtype: string
  - name: volume24hrClob
    dtype: float64
  - name: volumeClob
    dtype: float64
  - name: liquidityClob
    dtype: float64
  - name: acceptingOrders
    dtype: bool
  - name: negRisk
    dtype: bool
  - name: events
    list:
    - name: active
      dtype: bool
    - name: archived
      dtype: bool
    - name: automaticallyActive
      dtype: bool
    - name: automaticallyResolved
      dtype: bool
    - name: category
      dtype: string
    - name: closed
      dtype: bool
    - name: closedTime
      dtype: string
    - name: color
      dtype: string
    - name: commentCount
      dtype: int64
    - name: commentsEnabled
      dtype: bool
    - name: competitive
      dtype: float64
    - name: countryName
      dtype: string
    - name: createdAt
      dtype: string
    - name: creationDate
      dtype: string
    - name: cyom
      dtype: bool
    - name: description
      dtype: string
    - name: elapsed
      dtype: string
    - name: electionType
      dtype: string
    - name: enableNegRisk
      dtype: bool
    - name: enableOrderBook
      dtype: bool
    - name: endDate
      dtype: string
    - name: ended
      dtype: bool
    - name: eventDate
      dtype: string
    - name: eventWeek
      dtype: int64
    - name: featured
      dtype: bool
    - name: featuredImage
      dtype: string
    - name: featuredOrder
      dtype: int64
    - name: finishedTimestamp
      dtype: string
    - name: gmpChartMode
      dtype: string
    - name: icon
      dtype: string
    - name: id
      dtype: string
    - name: image
      dtype: string
    - name: liquidity
      dtype: float64
    - name: liquidityAmm
      dtype: float64
    - name: liquidityClob
      dtype: float64
    - name: live
      dtype: bool
    - name: negRisk
      dtype: bool
    - name: negRiskAugmented
      dtype: bool
    - name: negRiskFeeBips
      dtype: int64
    - name: negRiskMarketID
      dtype: string
    - name: new
      dtype: bool
    - name: openInterest
      dtype: int64
    - name: period
      dtype: string
    - name: published_at
      dtype: string
    - name: resolutionSource
      dtype: string
    - name: restricted
      dtype: bool
    - name: score
      dtype: string
    - name: series
      list:
      - name: active
        dtype: bool
      - name: archived
        dtype: bool
      - name: cgAssetName
        dtype: string
      - name: closed
        dtype: bool
      - name: commentCount
        dtype: int64
      - name: commentsEnabled
        dtype: bool
      - name: competitive
        dtype: string
      - name: createdAt
        dtype: string
      - name: createdBy
        dtype: string
      - name: description
        dtype: string
      - name: featured
        dtype: bool
      - name: icon
        dtype: string
      - name: id
        dtype: string
      - name: image
        dtype: string
      - name: layout
        dtype: string
      - name: liquidity
        dtype: float64
      - name: new
        dtype: bool
      - name: publishedAt
        dtype: string
      - name: pythTokenID
        dtype: string
      - name: recurrence
        dtype: string
      - name: restricted
        dtype: bool
      - name: seriesType
        dtype: string
      - name: slug
        dtype: string
      - name: startDate
        dtype: string
      - name: subtitle
        dtype: string
      - name: ticker
        dtype: string
      - name: title
        dtype: string
      - name: updatedAt
        dtype: string
      - name: updatedBy
        dtype: string
      - name: volume
        dtype: float64
      - name: volume24hr
        dtype: int64
    - name: seriesSlug
      dtype: string
    - name: showAllOutcomes
      dtype: bool
    - name: showMarketImages
      dtype: bool
    - name: slug
      dtype: string
    - name: sortBy
      dtype: string
    - name: spreadsMainLine
      dtype: float64
    - name: startDate
      dtype: string
    - name: startTime
      dtype: string
    - name: ticker
      dtype: string
    - name: title
      dtype: string
    - name: totalsMainLine
      dtype: float64
    - name: tweetCount
      dtype: int64
    - name: updatedAt
      dtype: string
    - name: updatedBy
      dtype: string
    - name: volume
      dtype: float64
    - name: volume24hr
      dtype: float64
  - name: ready
    dtype: bool
  - name: funded
    dtype: bool
  - name: acceptingOrdersTimestamp
    dtype: string
  - name: cyom
    dtype: bool
  - name: competitive
    dtype: float64
  - name: pagerDutyNotificationEnabled
    dtype: bool
  - name: approved
    dtype: bool
  - name: clobRewards
    list:
    - name: assetAddress
      dtype: string
    - name: conditionId
      dtype: string
    - name: endDate
      dtype: string
    - name: id
      dtype: string
    - name: rewardsAmount
      dtype: int64
    - name: rewardsDailyRate
      dtype: int64
    - name: startDate
      dtype: string
  - name: rewardsMinSize
    dtype: int64
  - name: rewardsMaxSpread
    dtype: float64
  - name: spread
    dtype: float64
  - name: lastTradePrice
    dtype: float64
  - name: bestBid
    dtype: float64
  - name: bestAsk
    dtype: float64
  - name: automaticallyActive
    dtype: bool
  - name: clearBookOnStart
    dtype: bool
  - name: manualActivation
    dtype: bool
  - name: negRiskOther
    dtype: bool
  - name: oneDayPriceChange
    dtype: float64
  - name: creator
    dtype: string
  - name: twitterCardLocation
    dtype: string
  - name: umaEndDateIso
    dtype: string
  - name: liquidityAmm
    dtype: float64
  - name: gameStartTime
    dtype: string
  - name: umaEndDate
    dtype: string
  - name: closedTime
    dtype: string
  - name: readyForCron
    dtype: bool
  - name: mailchimpTag
    dtype: string
  - name: notificationsEnabled
    dtype: bool
  - name: gameId
    dtype: string
  - name: negRiskMarketID
    dtype: string
  - name: wideFormat
    dtype: bool
  - name: commentsEnabled
    dtype: bool
  - name: sportsMarketType
    dtype: string
  - name: sentDiscord
    dtype: bool
  - name: twitterCardLastValidated
    dtype: string
  - name: umaResolutionStatus
    dtype: string
  - name: fpmmLive
    dtype: bool
  - name: seriesColor
    dtype: string
  - name: showGmpOutcome
    dtype: bool
  - name: marketType
    dtype: string
  - name: twitterCardLastRefreshed
    dtype: string
  - name: fee
    dtype: string
  - name: showGmpSeries
    dtype: bool
  - name: secondsDelay
    dtype: int64
  - name: updatedBy
    dtype: int64
  - name: takerBaseFee
    dtype: int64
  - name: makerBaseFee
    dtype: int64
  - name: customLiveness
    dtype: int64
  - name: negRiskRequestID
    dtype: string
  - name: category
    dtype: string
  - name: volumeAmm
    dtype: float64
  - name: volume24hrAmm
    dtype: int64
  - name: automaticallyResolved
    dtype: bool
  splits:
  - name: train
    num_bytes: 56315409
    num_examples: 16939
  download_size: 14335777
  dataset_size: 56315409
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---