Skip to main content
Predict how long until an event happens, allowing for cases where it has not happened yet (censoring). The dataset is a single CSV where every row is one subject: covariate columns, a duration column and an event indicator column (1 = event observed, 0 = censored).

Folder layout

Data CSV

ingest.yaml

What the ingestor checks

Plus the checks every ingest runs. There is no label-diversity check.

Sample dataset

The template ships 30 synthetic rows shaped like a heart-failure clinical dataset (no real patients): eleven covariates (age, anaemia, creatinine_phosphokinase, diabetes, ejection_fraction, high_blood_pressure, platelets, serum_creatinine, serum_sodium, sex, smoking), the duration time in days and the event indicator DEATH_EVENT. The covariates are linearly independent on purpose — a Cox proportional-hazards fit needs that. The rows shown above are its first rows, and the ingest.yaml above ingests it as is; only csv: changes to wherever you staged the file.

Next steps