hierarchicalforecast icon indicating copy to clipboard operation
hierarchicalforecast copied to clipboard

[SILENT BUG] Fitted values not requested when needed

Open AzulGarza opened this issue 3 years ago • 0 comments

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.

AzulGarza avatar Oct 05 '22 23:10 AzulGarza