{% extends "base.html" %} {% block content %} {# ── Page header ── #}
data/raw/.pipeline.yaml to point the connectors.file or connectors.document node at your file.aimodelground run in a terminal. After the profile step completes, the Data Profile section here will show your column types and null counts.ingest node: aimodelground retry ingest.Supported: CSV, JSON, Parquet, Excel, PDF, DOCX, TXT — uploads to data/raw/
data/raw/ manually.
1. Open pipeline.yaml and set your file path under the ingest node.
2. Set target_col to the column you want to predict.
3. Run aimodelground run in a terminal to start processing.
Upload a data file above, then configure pipeline.yaml to point to it.
| Rows | {{ profile.row_count }} |
| Columns | {{ profile.column_count }} |
| Data types | {{ profile.data_types | join(", ") }} |
max_null_pct in the validator node.
| Column | Type | Nulls |
|---|---|---|
| {{ col }} | {{ dtype }} |
0 and null_count / profile.row_count > 0.1 %}class="text-warning"{% endif %}> {{ null_count }} |
Profile generated after the profile step completes. Re-run with new data to refresh.
No profile yet. It appears here after the profile node runs.
To generate it: run the pipeline to at least the profile step, then refresh this page.