5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python553 forks (553 forks)batch import
Good first issueNew feature
Repository metrics
- Stars
- 4,574 stars (4,574 stars)
- PR merge metrics
- Avg merge 47d 6h (Avg merge 47d 6h)46 merged PRs in 30d (46 merged PRs in 30d)
Description
First question: can it be done online?
Second question: can we reuse seasonality and trend logic we've already implemented for SNARIMAX?
Contributor guide
- Research direction
- Read the referenced paper and statsforecast documentation on Theta method. Analyze if the method can be adapted for online learning (incremental updates). Examine the existing SNARIMAX implementation in River to understand how seasonality and trend logic are handled, and evaluate if they can be reused for Theta. Finally, provide a summary of feasibility and recommendations.
- Tech stack
- python
- Domain
- machine learninganalytics
- Issue type
- Research
- Prerequisites
- Pythonmachine learning