Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading historical forecasts of future covariates for training - forecast changes each time step #2400

Closed
gconnell-hiringa opened this issue Jun 4, 2024 · 0 comments
Labels
triage Issue waiting for triaging

Comments

@gconnell-hiringa
Copy link

I am struggling to identify the correct method for loading historical forecasts of a future covariate, when the historical forecast is updated every time step.

The scenario is:

  • Predict temperature 10 time steps into the future
  • Actual temperature is recorded
  • Actual pressure has been recorded (Past covariate)
  • There is an external forecast for pressure for the next 10 time steps, which can be treated as a known future covariate.
    • The external forecast is updated every time step for the next 10 and is available for live prediction.

I have historical data coming through with columns for:
Time | Actual temp (Target) | Actual Pressure | Pressure forecast T+1 | ... | Pressure forecast T+10

Is it possible to load these in a way that reflects the changes in the forecast? Methods that I have attempted so far, end up providing information to the model that is too far ahead of what is known and makes a mess of the live prediction data formatting.

@gconnell-hiringa gconnell-hiringa added the triage Issue waiting for triaging label Jun 4, 2024
@gconnell-hiringa gconnell-hiringa closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue waiting for triaging
Projects
None yet
Development

No branches or pull requests

1 participant