Goal
Implement the first baseline forecasting model for ARGUS time-series data.
Why
Before adding complex prediction models, ARGUS needs a simple and testable forecasting baseline. This creates a comparison point for future machine-learning or deep-learning models.
Scope
- Implement a simple baseline forecasting approach selected from research
- Use historical time-series data as input
- Keep forecasting logic independent from UI code
- Add basic evaluation metrics
- Add tests for expected behavior
- Document assumptions and limitations
Acceptance criteria
Goal
Implement the first baseline forecasting model for ARGUS time-series data.
Why
Before adding complex prediction models, ARGUS needs a simple and testable forecasting baseline. This creates a comparison point for future machine-learning or deep-learning models.
Scope
Acceptance criteria
Note
Priority: Should