Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,14 +8,14 @@ configs:
|
|
| 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
|
| 14 |
-
path: part1_test/part1_test-*
|
| 15 |
- config_name: part1_train
|
| 16 |
data_files:
|
| 17 |
- split: part1_train
|
| 18 |
path: part1_train/*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
dataset_info:
|
| 20 |
- config_name: full_patient_state
|
| 21 |
features:
|
|
@@ -3243,3 +3243,9 @@ Full patient state dataframe for offline RL training, derived from MIMIC-IV ED d
|
|
| 3243 |
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.
|
| 3244 |
|
| 3245 |
**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_train
|
| 12 |
data_files:
|
| 13 |
- split: part1_train
|
| 14 |
path: part1_train/*.parquet
|
| 15 |
+
- config_name: part1_test
|
| 16 |
+
data_files:
|
| 17 |
+
- split: part1_test
|
| 18 |
+
path: part1_test/*.parquet
|
| 19 |
dataset_info:
|
| 20 |
- config_name: full_patient_state
|
| 21 |
features:
|
|
|
|
| 3243 |
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.
|
| 3244 |
|
| 3245 |
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|
| 3246 |
+
|
| 3247 |
+
## part1_test
|
| 3248 |
+
|
| 3249 |
+
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.
|
| 3250 |
+
|
| 3251 |
+
**License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
|