File size: 1,028 Bytes
631837e |
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 |
---
dataset_info:
features:
- name: subject_id
dtype: int64
- name: hadm_id
dtype: int64
- name: pharmacy_id
dtype: int64
- name: poe_id
dtype: string
- name: poe_seq
dtype: float64
- name: order_provider_id
dtype: string
- name: starttime
dtype: string
- name: stoptime
dtype: string
- name: drug_type
dtype: string
- name: drug
dtype: string
- name: formulary_drug_cd
dtype: string
- name: gsn
dtype: string
- name: ndc
dtype: string
- name: prod_strength
dtype: string
- name: dose_val_rx
dtype: string
- name: dose_unit_rx
dtype: string
- name: form_val_disp
dtype: string
- name: form_unit_disp
dtype: string
- name: doses_per_24_hrs
dtype: float64
- name: route
dtype: string
splits:
- name: train
num_bytes: 4542172872
num_examples: 20292611
download_size: 1037447237
dataset_size: 4542172872
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|