Example workflows
Concrete schemas you can map onto Lake → gold → train. No fake metrics.
Churn (classification)
Gold columns: customer_id, days_since_login, support_tickets, plan_tier, churned (target)
- Upload CSV to bronze
- Publish gold with use case Machine learning, target
churned - Train → deploy
Demand (forecast)
Gold columns: order_date (datetime), units_sold (value)
- Upload history to bronze
- Publish gold with use case Forecast
- Build a forecast
Image classes (unstructured → ML)
Zip layout: one root folder, then class folders with .jpg / .png (layout rules)
- Unstructured zip ingest → bronze
- Publish gold for ML (target =
labelif present) - Train in Machine Learning
Next
- User journeys for exact clicks
- Quick start with your data