label must declare a policy that keeps raw targets inside your secure environment.
Folder layout
- One CSV, UTF-8, comma-separated, with a header row.
- Feature columns are numeric or typed text; the target column holds a continuous number.
Data CSV
ingest.yaml
What the ingestor checks
Plus the checks every ingest runs. There is no label-diversity check: a continuous target has no classes.
Sample dataset
The template ships a synthetic housing CSV withid, square_feet (FLOAT), bedrooms (INT), age (INT) and the target price — the rows shown above are its first rows. 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