Nixtla / hierarchicalforecast

Probabilistic Hierarchical forecasting 👑 with statistical and econometric methods.
https://nixtlaverse.nixtla.io/hierarchicalforecast
Apache License 2.0
590 stars 76 forks source link

KeyError when trying to get prediction intervals with MiddleOut #262

Closed pkwan9 closed 1 week ago

pkwan9 commented 9 months ago

This following error pops up when I try to get prediction intervals with MiddleOut. It doesn't show up if I use other reconciliation methods.

File "<....>/hierarchicalforecast/core.py", line 313, in reconcile sorted_quantiles = np.reshape(fcsts_model['quantiles'], (len(Y_tilde_df),-1)) KeyError: 'quantiles'

mirelescmx commented 9 months ago

I have the same error, when using both MiddleOut and TopDown.

elephaint commented 1 week ago

Same as #168, closing this one.