Heimdall Loop
Heimdall Loop is the adaptive online learning product on Heimdall by RejiCo — models that improve incrementally from each live prediction without full batch retraining.
- Signed-in account
- Loop uses its own wizard — does not consume Lake gold today
- Best when predictions feed back as training signal (recommendations, moderation, adaptive scoring)
Open Loop in the app
Sidebar → Data Intelligence → Loop (/loop)
Loop vs ML vs Forecast
| Loop | ML | Forecast | |
|---|---|---|---|
| Learning | Continuous from live data | Batch train once on gold | Batch train on time series |
| Data source | Loop wizard schema | Lake gold or samples | Lake gold or AirPassengers |
| Retraining | Automatic per feedback | Manual retrain | Manual retrain |
| Explainability | Feature contributions per prediction | Batch metrics | Forecast intervals & metrics |
Pick Loop when the model must adapt as users interact — not when you have a static spreadsheet and want one-shot batch training (use ML).
Pick ML when you have labeled historical rows and want a fixed model until you retrain.
Pick Forecast when you need future values along a time axis.
→ Full comparison: What is Heimdall?
How loops work
- Define — input/output schema in Loop wizard
- Bootstrap — initial training examples
- Predict — REST API with feature contributions
- Learn — send outcomes back as training data
- Repeat — model updates incrementally
FAQ
Does Loop use Lake gold?
Not today — Loop has its own wizard and schema. Tabular batch workflows use ML or Forecast instead.
When should I choose Loop over ML?
When predictions feed back as training signal and the model must adapt continuously — recommendations, moderation, adaptive scoring. See comparison above.
How do I send training feedback?
Use the Loop train REST endpoint documented in API integration after each predict cycle.
Getting started
- Loop modeling — create your first loop
- Deployment — API key
- Monitoring — per-loop Usage section
Next steps
- User journeys — tabular data paths use ML/Forecast, not Loop
- API integration