You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I believe the inputs to the model.fit() are in the correct format. So after I called fit() there should be forecasts under model.hts_result.forecasts
Desktop (please complete the following information):
OS: OS X Catalina
scikit-hts version: 0.5.11
Python version: 3.8.6
Additional context
Anyone who can spot something wrong with my code, please do share your insights!
The text was updated successfully, but these errors were encountered:
Describe the bug
I ran the fbprophet model
but it returned:
{}
So naturally all the predictions returned
nan
.I have successfully ran a two level model, but not sure why three level hierarchy here isn't working.
To Reproduce
Steps to reproduce the behavior:
df:
hierarchy:
exogenous:
Expected behavior
I believe the inputs to the
model.fit()
are in the correct format. So after I called fit() there should be forecasts undermodel.hts_result.forecasts
Desktop (please complete the following information):
Additional context
Anyone who can spot something wrong with my code, please do share your insights!
The text was updated successfully, but these errors were encountered: