Replies: 1 comment 4 replies
-
Hey @D3NE3N, thanks for the report. Would it be possible for you to provide the datasets as CSV and the commands to generate the aggregation? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
First of all, thank you very much for your great work on this project and providing the package. It contributes a lot to the domain of hierarchical reconciliation.
However, we've encountered a bug when applying the Top-Down approach. In certain cases, the Top-Down approach performs correctly, while in others, it does not. To be more specific, it produces zeros at the highest hierarchy levels, despite the actual forecasts being positive at all these highest levels as well as at all other levels below.
Because of this issue, I have prepared a reproducible example.
Archiv.zip
Output
Tiger: 117566.20513857048 vs. 117566.2
Hedgehog: 40888.12916468866 vs. 0.0
Lion: 574437.3661258915 vs. 0.0
For the top-level 'Tiger,' the top-down approach works. However, for the top levels 'Hedgehog' and 'Lion,' as mentioned above, it generates incorrect zero values. These zero values are also passed along the whole hierarchy.
I'm excited about an upcoming exchange.
Beta Was this translation helpful? Give feedback.
All reactions