-
Notifications
You must be signed in to change notification settings - Fork 31
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
Out of bounds using middle_out for more than 2 hierarchy levels #332
Comments
Thanks for the issue, I have seen your stackoverflow post but this is a more appropriate place for it. |
Will make sure to post here another time if I discover something - new to this GitHub universe 👍 |
Same Problem even with Top Down now working more than two levels, I get this error : |
+1 Is there any workaround to make top_down work with 4 levels? it's a must have in any strict hierarchical benchmarking |
I'm trying to do a middle-out forecast with a hierarchy of several levels, however when I try with a hierarchy that is more than 2 levels, then I run into this error:
Using the below code works without any issues:
But adding another level to the hierarchy, so that we now have three instead of two, then I get the error:
Reverting to just two levels would in practice mean using a top-down or bottom-up approach, and I'm looking to achieve a true middle-out forecast in a setting with multiple levels. For my specific use case I need 4-7 levels.
My session info for reference:
Also posted on stackoverflow
The text was updated successfully, but these errors were encountered: