hierarchicalforecast
hierarchicalforecast copied to clipboard
[SILENT BUG] Fitted values not requested when needed
Some methods and functionality (bootstrapped prediction intervals) need the fitted values of the models. But the following iteration omits to request them.
https://github.com/Nixtla/hierarchicalforecast/blob/0c5cc368875589c65244364516374d577875627f/hierarchicalforecast/core.py#L128-L146
The above leads to unintelligible bugs.