Closed FangSimon closed 4 years ago
I have the same issue, have you solved it?
No I unfortunately, I have not solved it.
Hi!
We reviewed the colab notebook and made a few small changes to resolve the issue. In particular, we believe the following points will be useful for you:
frequency = None
can be used; this argument will automatically detect the frequency of the time series and use it to generate the predictions.output_size
argument. This argument determines the number of predictions that will be generated per time series. If this number is less than the size of the time series in the test set, the remaining values will be set to NA
, so the OWA will be NA
.Thanks for your comments!
Hi there,
Thanks a lot for the great implementation. I am trying to fit the monthly M3 data, but the model does not seem to be training. My data looks as follows:
Note that the y_hat_naive2 is in fact just the simple naive.
When, I fit the model, I get the following:
In an earlier issue, it has been mentioned that it could possibly be a mismatch in forecasting horizon, but after playing around with it, I don't see any improvement. Below, you can find a link to the colab notebook so you can reproduce it.
https://colab.research.google.com/drive/1rFz5SskOqKuaxn3ijZUJwIPBqDGy7AK1?usp=sharing
Thanks a lot!
Simon