-
Notifications
You must be signed in to change notification settings - Fork 880
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/reconciliation #1012
Feat/reconciliation #1012
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1012 +/- ##
==========================================
+ Coverage 92.91% 93.01% +0.10%
==========================================
Files 76 77 +1
Lines 7704 7833 +129
==========================================
+ Hits 7158 7286 +128
- Misses 546 547 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very cool addition! 🔥 Left a few minor remarks
Awesome Feature! Any documentation / notebook example on how to implement this and what the input datasets look like? |
Posthoc reconciliation mechanisms:
hierarchy
inTimeSeries
(managed and stored similarly tostatic_covariates
).BottomUpReconciliator
,TopDownReconciliator
,MinTReconciliator
implementing the techniques presented here, including the various MinT methods (as well as an additional one called
wls_val
).TimeSeries.stack()
to rely onconcatenate()