Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,10 +8,6 @@ configs:
|
|
| 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
|
|
@@ -20,6 +16,10 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: part1_train
|
| 22 |
path: part1_train/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
dataset_info:
|
| 24 |
- config_name: full_patient_state
|
| 25 |
features:
|
|
@@ -3407,3 +3407,9 @@ Preprocessed classification and time-series escalation datasets derived from ful
|
|
| 3407 |
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.
|
| 3408 |
|
| 3409 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
data_files:
|
| 9 |
- split: full_patient_state
|
| 10 |
path: full_patient_state/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
- config_name: part1_test
|
| 12 |
data_files:
|
| 13 |
- split: part1_test
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: part1_train
|
| 18 |
path: part1_train/*.parquet
|
| 19 |
+
- config_name: part1_holdout
|
| 20 |
+
data_files:
|
| 21 |
+
- split: part1_holdout
|
| 22 |
+
path: part1_holdout/*.parquet
|
| 23 |
dataset_info:
|
| 24 |
- config_name: full_patient_state
|
| 25 |
features:
|
|
|
|
| 3407 |
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.
|
| 3408 |
|
| 3409 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3410 |
+
|
| 3411 |
+
## part1_holdout
|
| 3412 |
+
|
| 3413 |
+
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.
|
| 3414 |
+
|
| 3415 |
+
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|