We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
I have the same error, when using both MiddleOut and TopDown.
Sorry, something went wrong.
Same as #168, closing this one.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: