Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -20,14 +20,14 @@ configs:
|
|
| 20 |
data_files:
|
| 21 |
- split: part1_train
|
| 22 |
path: part1_train/*.parquet
|
| 23 |
-
- config_name: part2_test
|
| 24 |
-
data_files:
|
| 25 |
-
- split: part2_test
|
| 26 |
-
path: part2_test/part2_test-*
|
| 27 |
- config_name: part2_train
|
| 28 |
data_files:
|
| 29 |
- split: part2_train
|
| 30 |
path: part2_train/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
dataset_info:
|
| 32 |
- config_name: full_patient_state
|
| 33 |
features:
|
|
@@ -3927,3 +3927,9 @@ Preprocessed classification and time-series escalation datasets derived from ful
|
|
| 3927 |
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.
|
| 3928 |
|
| 3929 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
data_files:
|
| 21 |
- split: part1_train
|
| 22 |
path: part1_train/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
- config_name: part2_train
|
| 24 |
data_files:
|
| 25 |
- split: part2_train
|
| 26 |
path: part2_train/*.parquet
|
| 27 |
+
- config_name: part2_test
|
| 28 |
+
data_files:
|
| 29 |
+
- split: part2_test
|
| 30 |
+
path: part2_test/*.parquet
|
| 31 |
dataset_info:
|
| 32 |
- config_name: full_patient_state
|
| 33 |
features:
|
|
|
|
| 3927 |
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.
|
| 3928 |
|
| 3929 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3930 |
+
|
| 3931 |
+
## part2_test
|
| 3932 |
+
|
| 3933 |
+
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.
|
| 3934 |
+
|
| 3935 |
+
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|