Data guide

Bundled datasets

IDPathUse
ehr_datadata/demo/ehr_data.csvTiny longitudinal teaching / smoke-test fixture (no index_time; use custom / last_event)
paper_syntheticdata/raw/paper_synthetic_cohort.csvLarger synthetic cohort with index_time for diabetes / horizon / readmission tasks
sample_ehrdata/demo/sample_ehr.csvLegacy tabular teaching sample

Workspace catalog

Datasets lists bundled demos by default. Use Show bundled demo datasets to hide them, select a row to inspect it, or check multiple rows and delete them together. Repeating a delete for an already removed allowed file is reported as already_absent.

Longitudinal columns (typical)

patient_id, timestamp, clinical fields (glucose, blood_pressure, cholesterol, lab_value, vital_signs, icd_code), age, label. Optional but required for horizon-safe tasks: index_time. Also optional: sex, age_band.

Multi-window model features look like w7d_glucose, not raw column names โ€” see schema on Predict / /v1/model/schema.

BYO CSV tips

  1. Upload via Datasets or map columns with the map-preview API.
  2. Run dataset health; fix blockers before train.
  3. Choose index strategy and horizon to match your question.
  4. Keep real extracts local / gitignored; follow IRB and PhysioNet rules for MIMIC.

Longer notes: repository DATA_GUIDE.md and docs/data_sources_and_schema.md.

Temporal integrity (must-know)

Features must use only information available at or before the prediction index time. Labels belong in the post-index horizon. The leakage audit job checks common failure modes โ€” run it before you trust a metric.