Skip to content

Regressor setup with third-party forecasts #630

Discussion options

You must be logged in to vote

OK, I thought about it more and I think I figured it out. Sticking with the same example and moving things around so that each row only contains what we know at ds, we get:

ds y fcst_for_1hr_from_now fcst_for_2hr_from_now fcst_for_3hr_from_now
21:00 1.3
22:00 1.6 10.0
23:00 1.45 5.0 -4.0
00:00 1.5 0.4 3.2
01:00 0.5 0.9
02:00 1.0

This table can be used as input to the model, with fcst_for_<i>hr_from_now as lagged regressors.

One thing to note is that performance can be pretty poor when using the default normalisation settings, as the regressors and y may end up on different scales.

Any other thoughts and feedback are still welcome. 🙂

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bhausleitner
Comment options

@ourownstory
Comment options

@yanirs
Comment options

Answer selected by yanirs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants