Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
aprilchia commited on
Commit
9ece209
·
verified ·
1 Parent(s): 5ccd3aa

Upload dataset

Browse files
README.md CHANGED
@@ -8,14 +8,18 @@ configs:
8
  data_files:
9
  - split: full_patient_state
10
  path: full_patient_state/*.parquet
11
- - config_name: part1_train
12
  data_files:
13
- - split: part1_train
14
- path: part1_train/*.parquet
15
  - config_name: part1_test
16
  data_files:
17
  - split: part1_test
18
  path: part1_test/*.parquet
 
 
 
 
19
  dataset_info:
20
  - config_name: full_patient_state
21
  features:
@@ -297,6 +301,160 @@ dataset_info:
297
  num_examples: 6551723
298
  download_size: 106740245
299
  dataset_size: 6552689436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
  - config_name: part1_test
301
  features:
302
  - name: gender
 
8
  data_files:
9
  - split: full_patient_state
10
  path: full_patient_state/*.parquet
11
+ - config_name: part1_holdout
12
  data_files:
13
+ - split: part1_holdout
14
+ path: part1_holdout/part1_holdout-*
15
  - config_name: part1_test
16
  data_files:
17
  - split: part1_test
18
  path: part1_test/*.parquet
19
+ - config_name: part1_train
20
+ data_files:
21
+ - split: part1_train
22
+ path: part1_train/*.parquet
23
  dataset_info:
24
  - config_name: full_patient_state
25
  features:
 
301
  num_examples: 6551723
302
  download_size: 106740245
303
  dataset_size: 6552689436
304
+ - config_name: part1_holdout
305
+ features:
306
+ - name: gender
307
+ dtype: int64
308
+ - name: anchor_age
309
+ dtype: float64
310
+ - name: height
311
+ dtype: float64
312
+ - name: weight
313
+ dtype: float64
314
+ - name: height_missing
315
+ dtype: int64
316
+ - name: weight_missing
317
+ dtype: int64
318
+ - name: current_temperature
319
+ dtype: float64
320
+ - name: current_heartrate
321
+ dtype: float64
322
+ - name: current_resprate
323
+ dtype: float64
324
+ - name: current_o2sat
325
+ dtype: float64
326
+ - name: current_sbp
327
+ dtype: float64
328
+ - name: current_dbp
329
+ dtype: float64
330
+ - name: current_pain
331
+ dtype: float64
332
+ - name: current_pulse_pressure
333
+ dtype: float64
334
+ - name: current_map
335
+ dtype: float64
336
+ - name: pain_missing
337
+ dtype: int64
338
+ - name: acuity
339
+ dtype: float64
340
+ - name: arrival_transport_AMBULANCE
341
+ dtype: int64
342
+ - name: arrival_transport_HELICOPTER
343
+ dtype: int64
344
+ - name: arrival_transport_OTHER
345
+ dtype: int64
346
+ - name: arrival_transport_UNKNOWN
347
+ dtype: int64
348
+ - name: arrival_transport_WALK IN
349
+ dtype: int64
350
+ - name: admission_type_AMBULATORY OBSERVATION
351
+ dtype: int64
352
+ - name: admission_type_DIRECT EMER.
353
+ dtype: int64
354
+ - name: admission_type_DIRECT OBSERVATION
355
+ dtype: int64
356
+ - name: admission_type_ELECTIVE
357
+ dtype: int64
358
+ - name: admission_type_EU OBSERVATION
359
+ dtype: int64
360
+ - name: admission_type_EW EMER.
361
+ dtype: int64
362
+ - name: admission_type_OBSERVATION ADMIT
363
+ dtype: int64
364
+ - name: admission_type_SURGICAL SAME DAY ADMISSION
365
+ dtype: int64
366
+ - name: admission_type_URGENT
367
+ dtype: int64
368
+ - name: admission_missing
369
+ dtype: int64
370
+ - name: recon_ace_inhibitor
371
+ dtype: uint8
372
+ - name: recon_analgesic___nsaid
373
+ dtype: uint8
374
+ - name: recon_analgesic___opioid_nsaid
375
+ dtype: uint8
376
+ - name: recon_antiarrhythmic
377
+ dtype: uint8
378
+ - name: recon_antibiotic
379
+ dtype: uint8
380
+ - name: recon_anticoagulant
381
+ dtype: uint8
382
+ - name: recon_anticonvulsant
383
+ dtype: uint8
384
+ - name: recon_antiemetic
385
+ dtype: uint8
386
+ - name: recon_antiplatelet
387
+ dtype: uint8
388
+ - name: recon_antipsychotic
389
+ dtype: uint8
390
+ - name: recon_benzodiazepine___sedative_anxiolytic
391
+ dtype: uint8
392
+ - name: recon_beta_blocker
393
+ dtype: uint8
394
+ - name: recon_bronchodilator
395
+ dtype: uint8
396
+ - name: recon_calcium_channel_blocker
397
+ dtype: uint8
398
+ - name: recon_corticosteroid
399
+ dtype: uint8
400
+ - name: recon_diuretic
401
+ dtype: uint8
402
+ - name: recon_gi___acid_suppression
403
+ dtype: uint8
404
+ - name: recon_insulin_glucose
405
+ dtype: uint8
406
+ - name: recon_nitrate
407
+ dtype: uint8
408
+ - name: cc_abdominal_pain
409
+ dtype: int64
410
+ - name: cc_altered_mental_status
411
+ dtype: int64
412
+ - name: cc_back_pain
413
+ dtype: int64
414
+ - name: cc_bleeding
415
+ dtype: int64
416
+ - name: cc_chest_pain
417
+ dtype: int64
418
+ - name: cc_dyspnea
419
+ dtype: int64
420
+ - name: cc_fall
421
+ dtype: int64
422
+ - name: cc_fever
423
+ dtype: int64
424
+ - name: cc_headache
425
+ dtype: int64
426
+ - name: cc_leg_complaint
427
+ dtype: int64
428
+ - name: cc_nausea_vomiting
429
+ dtype: int64
430
+ - name: cc_other
431
+ dtype: int64
432
+ - name: cc_pain_other
433
+ dtype: int64
434
+ - name: cc_palpitations
435
+ dtype: int64
436
+ - name: cc_psychiatric_overdose
437
+ dtype: int64
438
+ - name: cc_seizure
439
+ dtype: int64
440
+ - name: cc_stroke_like
441
+ dtype: int64
442
+ - name: cc_syncope
443
+ dtype: int64
444
+ - name: cc_trauma
445
+ dtype: int64
446
+ - name: cc_urinary
447
+ dtype: int64
448
+ - name: cc_weakness_fatigue
449
+ dtype: int64
450
+ - name: cohort_label
451
+ dtype: string
452
+ splits:
453
+ - name: part1_holdout
454
+ num_bytes: 114610
455
+ num_examples: 244
456
+ download_size: 47112
457
+ dataset_size: 114610
458
  - config_name: part1_test
459
  features:
460
  - name: gender
part1_holdout/part1_holdout-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6020e5795f00c828d2204c37740e5e33394e658a2cc09f46c8a74c2b2b31bc45
3
+ size 47112