Skip to main content
Predict a number from table columns. The dataset is a single CSV with a header row: feature columns plus one numeric target column. Because the target is a raw numeric value, the 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 with id, 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