sktime/sktime
View on GitHub[ENH] Smooth Forecast Reconciliation algorithm by S Ando
Open
#6,314 opened on Apr 19, 2024
enhancementgood first issueimplementing algorithmsmodule:forecasting
Repository metrics
- Stars
- (7,162 stars)
- PR merge metrics
- (Avg merge 26d 10h) (86 merged PRs in 30d)
Description
The smooth forecast reconciliation algorithm by S Ando, presented in the Apr 19 meet-up, would be a great addition to sktime.
I have started with a naive transfer of the research code to the sktime interface for an easier start:
https://github.com/sktime/sktime/pull/6313
The PR can be picked up by anyone interested in helping with this - I think it's a good first issue.