File size: 9,961 Bytes
16b91b6
 
a0aa301
16b91b6
 
 
 
 
 
 
552e02e
 
 
 
 
 
16b91b6
 
 
 
552e02e
 
16b91b6
552e02e
 
 
 
a0124b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9afeb33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44a86d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b2584fe
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a0aa301
 
 
 
 
 
 
 
6a0c4ec
 
 
 
 
 
a0aa301
 
 
 
6a0c4ec
 
a0aa301
6a0c4ec
 
 
 
76cda5d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cd25e3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e50dec3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
932ea56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
636983f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3b75f8c
 
 
 
 
 
 
 
 
 
 
 
 
 
1443572
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e3d47f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2c5647a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38bc8cf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16b91b6
 
 
 
 
 
 
a0124b5
 
 
 
9afeb33
 
 
 
 
 
44a86d9
 
 
 
 
 
b2584fe
 
 
 
 
 
a0aa301
 
 
 
 
 
76cda5d
 
 
 
cd25e3b
 
 
 
 
 
e50dec3
 
 
 
 
 
932ea56
 
 
 
 
 
636983f
 
 
 
3b75f8c
 
 
 
1443572
 
 
 
2e3d47f
 
 
 
2c5647a
 
 
 
38bc8cf
 
 
 
16b91b6
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
---
dataset_info:
- config_name: H1N1
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 36092021.49994038
    num_examples: 20128
  - name: test
    num_bytes: 9024798.500059616
    num_examples: 5033
  download_size: 11900045
  dataset_size: 45116820.0
- config_name: H1N1_drift
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 46680341
    num_examples: 25760
  download_size: 5256761
  dataset_size: 46680341
- config_name: H1N1_global
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  - name: region
    dtype: string
  splits:
  - name: train
    num_bytes: 45688533.66546025
    num_examples: 24977
  - name: test
    num_bytes: 11423505.334539747
    num_examples: 6245
  download_size: 15701868
  dataset_size: 57112039.0
- config_name: H1N1_global_temporal
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  - name: region
    dtype: string
  splits:
  - name: train
    num_bytes: 24663430.332361795
    num_examples: 13483
  - name: test
    num_bytes: 32448608.667638205
    num_examples: 17739
  download_size: 6699012
  dataset_size: 57112039.0
- config_name: H1N1_temporal
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 15444187
    num_examples: 8613
  - name: test
    num_bytes: 29672634
    num_examples: 16548
  download_size: 4832964
  dataset_size: 45116821
- config_name: H3N2
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 49889069.125
    num_examples: 28441
  - name: test
    num_bytes: 12473582.875
    num_examples: 7111
  download_size: 17712915
  dataset_size: 62362652.0
- config_name: H3N2_drift
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 72678627
    num_examples: 38109
  download_size: 6307335
  dataset_size: 72678627
- config_name: H3N2_global
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  - name: region
    dtype: string
  splits:
  - name: train
    num_bytes: 71800092.24185528
    num_examples: 37324
  - name: test
    num_bytes: 17951946.758144718
    num_examples: 9332
  download_size: 23259878
  dataset_size: 89752039.0
- config_name: H3N2_global_temporal
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  - name: region
    dtype: string
  splits:
  - name: train
    num_bytes: 36827745
    num_examples: 19144
  - name: test
    num_bytes: 52924294
    num_examples: 27512
  download_size: 8204117
  dataset_size: 89752039
- config_name: H3N2_temporal
  features:
  - name: id
    dtype: string
  - name: sequence
    dtype: string
  - name: year
    dtype: int64
  - name: month
    dtype: int64
  - name: season
    dtype: string
  - name: has_month
    dtype: bool
  - name: subtype
    dtype: string
  splits:
  - name: train
    num_bytes: 23882412
    num_examples: 13615
  - name: test
    num_bytes: 38480241
    num_examples: 21937
  download_size: 6196364
  dataset_size: 62362653
- config_name: cdc_burden_estimates
  features:
  - name: season
    dtype: string
  - name: illnesses
    dtype: int64
  - name: medical_visits
    dtype: int64
  - name: hospitalizations
    dtype: int64
  - name: deaths
    dtype: int64
  - name: covid_excluded
    dtype: bool
  splits:
  - name: train
    num_bytes: 518
    num_examples: 12
  download_size: 3111
  dataset_size: 518
- config_name: flusurv_net_rates
  features:
  - name: season
    dtype: string
  - name: hosp_rate_overall
    dtype: float64
  - name: covid_excluded
    dtype: bool
  splits:
  - name: train
    num_bytes: 58
    num_examples: 3
  download_size: 1531
  dataset_size: 58
- config_name: ilinet_national
  features:
  - name: year
    dtype: int64
  - name: week
    dtype: int64
  - name: season
    dtype: string
  - name: covid_excluded
    dtype: bool
  - name: pct_weighted_ili
    dtype: float64
  - name: pct_unweighted_ili
    dtype: float64
  - name: ili_total
    dtype: int64
  - name: total_patients
    dtype: int64
  - name: num_providers
    dtype: int64
  splits:
  - name: train
    num_bytes: 99547
    num_examples: 1483
  download_size: 55232
  dataset_size: 99547
- config_name: season_summary
  features:
  - name: season
    dtype: string
  - name: peak_ili_pct
    dtype: float64
  - name: mean_ili_pct
    dtype: float64
  - name: ili_total_season
    dtype: int64
  - name: peak_year
    dtype: int64
  - name: peak_week
    dtype: int64
  - name: dominant_subtype
    dtype: string
  - name: pct_h1n1
    dtype: float64
  - name: pct_h3n2
    dtype: float64
  - name: pct_b
    dtype: float64
  - name: season_total_specimens
    dtype: float64
  - name: season_total_a
    dtype: float64
  - name: season_total_b
    dtype: float64
  - name: season_pct_positive
    dtype: float64
  - name: hosp_rate_overall
    dtype: float64
  - name: illnesses
    dtype: float64
  - name: medical_visits
    dtype: float64
  - name: hospitalizations
    dtype: float64
  - name: deaths
    dtype: float64
  - name: covid_excluded
    dtype: bool
  splits:
  - name: train
    num_bytes: 4547
    num_examples: 29
  download_size: 10700
  dataset_size: 4547
- config_name: who_nrevss_clinical_labs
  features:
  - name: year
    dtype: int64
  - name: week
    dtype: int64
  - name: season
    dtype: string
  - name: covid_excluded
    dtype: bool
  - name: total_specimens
    dtype: int64
  - name: total_a
    dtype: int64
  - name: total_b
    dtype: int64
  - name: pct_positive
    dtype: float64
  - name: pct_a
    dtype: float64
  - name: pct_b
    dtype: float64
  splits:
  - name: train
    num_bytes: 40793
    num_examples: 543
  download_size: 27557
  dataset_size: 40793
- config_name: who_nrevss_public_health_labs
  features:
  - name: year
    dtype: int64
  - name: week
    dtype: int64
  - name: season
    dtype: string
  - name: covid_excluded
    dtype: bool
  - name: a_h1n1pdm09
    dtype: int64
  - name: a_h3n2
    dtype: int64
  - name: a_not_subtyped
    dtype: int64
  - name: b_total
    dtype: int64
  - name: b_victoria
    dtype: int64
  - name: b_yamagata
    dtype: int64
  - name: h3n2v
    dtype: int64
  splits:
  - name: train
    num_bytes: 45137
    num_examples: 543
  download_size: 12749
  dataset_size: 45137
configs:
- config_name: H1N1
  data_files:
  - split: train
    path: H1N1/train-*
  - split: test
    path: H1N1/test-*
- config_name: H1N1_drift
  data_files:
  - split: train
    path: H1N1_drift/train-*
- config_name: H1N1_global
  data_files:
  - split: train
    path: H1N1_global/train-*
  - split: test
    path: H1N1_global/test-*
- config_name: H1N1_global_temporal
  data_files:
  - split: train
    path: H1N1_global_temporal/train-*
  - split: test
    path: H1N1_global_temporal/test-*
- config_name: H1N1_temporal
  data_files:
  - split: train
    path: H1N1_temporal/train-*
  - split: test
    path: H1N1_temporal/test-*
- config_name: H3N2
  data_files:
  - split: train
    path: H3N2/train-*
  - split: test
    path: H3N2/test-*
- config_name: H3N2_drift
  data_files:
  - split: train
    path: H3N2_drift/train-*
- config_name: H3N2_global
  data_files:
  - split: train
    path: H3N2_global/train-*
  - split: test
    path: H3N2_global/test-*
- config_name: H3N2_global_temporal
  data_files:
  - split: train
    path: H3N2_global_temporal/train-*
  - split: test
    path: H3N2_global_temporal/test-*
- config_name: H3N2_temporal
  data_files:
  - split: train
    path: H3N2_temporal/train-*
  - split: test
    path: H3N2_temporal/test-*
- config_name: cdc_burden_estimates
  data_files:
  - split: train
    path: cdc_burden_estimates/train-*
- config_name: flusurv_net_rates
  data_files:
  - split: train
    path: flusurv_net_rates/train-*
- config_name: ilinet_national
  data_files:
  - split: train
    path: ilinet_national/train-*
- config_name: season_summary
  data_files:
  - split: train
    path: season_summary/train-*
- config_name: who_nrevss_clinical_labs
  data_files:
  - split: train
    path: who_nrevss_clinical_labs/train-*
- config_name: who_nrevss_public_health_labs
  data_files:
  - split: train
    path: who_nrevss_public_health_labs/train-*
---