Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ configs:
|
|
| 11 |
- config_name: part1_train
|
| 12 |
data_files:
|
| 13 |
- split: part1_train
|
| 14 |
-
path: part1_train/
|
| 15 |
dataset_info:
|
| 16 |
- config_name: full_patient_state
|
| 17 |
features:
|
|
@@ -3080,5 +3080,8 @@ Full patient state dataframe for offline RL training, derived from MIMIC-IV ED d
|
|
| 3080 |
|
| 3081 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3082 |
|
|
|
|
| 3083 |
|
|
|
|
| 3084 |
|
|
|
|
|
|
| 11 |
- config_name: part1_train
|
| 12 |
data_files:
|
| 13 |
- split: part1_train
|
| 14 |
+
path: part1_train/*.parquet
|
| 15 |
dataset_info:
|
| 16 |
- config_name: full_patient_state
|
| 17 |
features:
|
|
|
|
| 3080 |
|
| 3081 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3082 |
|
| 3083 |
+
## part1_train
|
| 3084 |
|
| 3085 |
+
Preprocessed classification and time-series escalation datasets derived from full_patient_state. Part 1: one row per ED stay, triage-time features only (no leakage), 4-class cohort label target plus 2-class rare holdout. Part 2: hourly timestep rows (resampled from 30-min), binary escalation_needed label, filtered to stays <= 48 hours, cumulative vital aggregation features.
|
| 3086 |
|
| 3087 |
+
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|