Skip to main content

Heimdall Forecast

Heimdall Forecast is the no-code time series product on Heimdall by RejiCo — build and deploy forecasting models from gold datasets with datetime and value columns.

Before you start
PathRequirement
Your dataGold with Forecast use case, 30+ rows, parseable datetime
SampleAirPassengers in wizard — no Lake

Open Forecast in the app

Sidebar → Data IntelligenceForecast (/forecast)

Forecast vs ML vs Loop

ForecastMLLoop
OutputFuture values over timeSingle prediction per rowPredictions that learn from feedback
Data shapeDatetime + numeric seriesFeatures + targetLoop schema + live examples
GoldForecast gold (30+ rows)ML gold (100+ rows)Not used today

Choose your product

Typical path

  1. CSV with date column → Lake bronze
  2. Publish gold for Forecast
  3. Build a forecast
  4. DeployMonitor

Or try AirPassengers sample in ~10 minutes: quick start sample.

FAQ

What columns does Forecast gold need?
A parseable datetime column and a numeric value column. Publish with the Forecast use case — see publish for modeling.

Forecast vs ML — which do I pick?
Use Forecast when the question is "what happens next in time?" Use ML for "given these features, what category or number?" See What is Heimdall?.

Can I skip Lake like the AirPassengers sample?
Yes for AirPassengers only in the wizard. Your own time series data needs Lake → Forecast gold.

Next steps