-
So I was trying to plot the forecast data on top of the test data. I can plot them separately, but not on top of each other. Then I tried to extract the forecast data, but for some reason, I could not. Here is my code:
Now if I want to plot I do:
How can plot them on top of each other, and more importantly how can I extract the forecast data in the format of timestamps and corresponding values? Every time I try any command on forecast[0], it gives me an error that it's a QuantileForecast object I checked this one, but didn't help: #987 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @mbohlkeschneider |
Beta Was this translation helpful? Give feedback.
-
So here is what I came up with to extract and plot the data from MQ-CNN model and I hope this help: First, step up the test data:
Second, extracting and plotting the data:
|
Beta Was this translation helpful? Give feedback.
So here is what I came up with to extract and plot the data from MQ-CNN model and I hope this help:
First, step up the test data: