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
- Stage the data and run the ingest: Prepare Data
- Shared rules for every template: Dataset templates