Replies: 1 comment 2 replies
-
Look at this section of the tutorial which covers regressors. Hard to say for sure without seeing your code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, I have a time series that I am trying to predict which represents electricity demand. I also have other series that contain weather forecast data (temp, % cloud cover, etc.). The weather forecast extends 7 days from today.
So, I am wondering how I can build a model and generate electricity demand forecasts for the next 7 days which will also take into account the weather forecasts which cover the same time frame.
I have been able to include the weather forecast, but I am getting electricity demand forecasted for days 7-14, which is a week beyond what I would like.
I'm sure I am missing some config step or calling the model incorrectly. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions