Skip to main content

Your data in Heimdall

How Heimdall stages data before ML or Forecast training.

One page to rule them all

Everything lives under Data in the app (/data) — bronze, silver, and gold in one catalog.

Three stages

StageIn the appMeaning
BronzeBronze tabRaw files as uploaded (or from Forge)
SilverSilver tabOptional: join, filter, drop columns
GoldGold tabValidated, ready for ML or Forecast

Common paths

CSV → ML

Bronze upload → Gold (ML) → ML wizard picks gold

Two tables → forecast

Bronze ×2 → Silver join → Gold (Forecast) → Forecast wizard

Zip of images

Forge → Bronze table → Silver/Gold if needed

Forge vs CSV
  • CSV / Excel → bronze directly
  • Zip (images, text folders) → The Forge first

Next steps

FAQ

Old “upload in ML wizard”?
Gone for production. Train from gold only; samples are the exception.

Do not skip gold for production

Training without a published gold artifact bypasses validation. Bad columns or dtypes can fail mid-train.