Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ configs:
|
|
| 23 |
- config_name: part2_train
|
| 24 |
data_files:
|
| 25 |
- split: part2_train
|
| 26 |
-
path: part2_train/
|
| 27 |
dataset_info:
|
| 28 |
- config_name: full_patient_state
|
| 29 |
features:
|
|
@@ -3667,3 +3667,9 @@ Preprocessed classification and time-series escalation datasets derived from ful
|
|
| 3667 |
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.
|
| 3668 |
|
| 3669 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- config_name: part2_train
|
| 24 |
data_files:
|
| 25 |
- split: part2_train
|
| 26 |
+
path: part2_train/*.parquet
|
| 27 |
dataset_info:
|
| 28 |
- config_name: full_patient_state
|
| 29 |
features:
|
|
|
|
| 3667 |
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.
|
| 3668 |
|
| 3669 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3670 |
+
|
| 3671 |
+
## part2_train
|
| 3672 |
+
|
| 3673 |
+
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.
|
| 3674 |
+
|
| 3675 |
+
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|