Skip to content
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

KeyError when trying to get prediction intervals with MiddleOut #262

Open
pkwan9 opened this issue Feb 7, 2024 · 1 comment
Open

KeyError when trying to get prediction intervals with MiddleOut #262

pkwan9 opened this issue Feb 7, 2024 · 1 comment

Comments

@pkwan9
Copy link

pkwan9 commented Feb 7, 2024

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'

@jmoralez jmoralez transferred this issue from Nixtla/nixtla Feb 7, 2024
@mirelescmx
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants