Skip to content
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

Add hierarchical time series reconciliation methods from R/hts: top-down and middle-out #2396

Merged
merged 5 commits into from
Oct 28, 2022

Conversation

melopeo
Copy link
Contributor

@melopeo melopeo commented Oct 27, 2022

Description of changes:

Addition of top-down and middle-out reconciliation methods for hierarchical time series, as done in R/hts package.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Please tag this pr with at least one of these labels to make our release process faster: feature

@melopeo melopeo added the new feature (one of pr required labels) label Oct 27, 2022
@melopeo melopeo added enhancement New feature or request models This item concerns models implementations labels Oct 28, 2022
@@ -99,6 +103,7 @@ def __init__(
period: int = None,
trunc_length: Optional[int] = None,
params: Optional[Dict] = None,
level: Optional[int] = None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add this to the docstring as well?

Copy link
Contributor Author

@melopeo melopeo Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added level to docstring as requested.

Copy link
Contributor

@lostella lostella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @melopeo!

@lostella lostella merged commit 8ccf142 into awslabs:dev Oct 28, 2022
@melopeo melopeo deleted the add_hts_top_down_and_middle_out branch October 28, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request models This item concerns models implementations new feature (one of pr required labels)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants