Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
tkbarb10 commited on
Commit
281e7cc
·
verified ·
1 Parent(s): 3f0e427

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -311,16 +311,26 @@ configs:
311
  data_files:
312
  - split: vitals
313
  path: vitals_triage/*.parquet
 
 
 
 
314
  ---
315
-
316
- ## empty_patient_state
317
-
318
- Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
319
-
 
 
 
 
 
 
320
  **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
321
 
322
- ## vitals
323
 
324
- Vitals cleaned using the same pattern and methods as the triage stats. Rhythm was dropped. Triage stats were added for each ed stay Missing values were handled using forward fill then backward fill for the groups that did not have an initial value. Remaining NaN values were filled using Iterative Imputer from sci-kit learn. Features were engineered for each vital to get a rolling 2h average, the delta from the most recent value, a time delta, rate of change, a general time delta, pulse pressure, and average perfusion pressure
325
 
326
  **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
 
311
  data_files:
312
  - split: vitals
313
  path: vitals_triage/*.parquet
314
+ - config_name: height
315
+ data_files:
316
+ - split: height
317
+ path: height/*.parquet
318
  ---
319
+
320
+ ## empty_patient_state
321
+
322
+ Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
323
+
324
+ **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
325
+
326
+ ## vitals
327
+
328
+ Vitals cleaned using the same pattern and methods as the triage stats. Rhythm was dropped. Triage stats were added for each ed stay Missing values were handled using forward fill then backward fill for the groups that did not have an initial value. Remaining NaN values were filled using Iterative Imputer from sci-kit learn. Features were engineered for each vital to get a rolling 2h average, the delta from the most recent value, a time delta, rate of change, a general time delta, pulse pressure, and average perfusion pressure
329
+
330
  **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
331
 
332
+ ## height
333
 
334
+ Height and weight measurement records from hosp.omr for cohort patients separated to take single measurements of height as an average of all available height measurements for a patient and retaining all separate weight measurements. Duplicates were dropped Used to supplement ED and inpatient state features with recent baseline measurements.
335
 
336
  **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/