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

How to set up a training process that can take forecasts from other models #1517

Open
arizzuto opened this issue Feb 19, 2024 · 0 comments
Open

Comments

@arizzuto
Copy link

I have a general question about how to handle training where some of the covariates are themselves forecasts. I am building a TFT model where the decoder part of each training context window for some covariates would be sourced from a forecast. At each time index that forecast would be different and thus cannot be easily represented by a single time series.

For example:
Target variable is y(t),
Covariate time series x(t). is a forecast in the decoder but a known value in the encoder.
At each time (t) that forecast will be potentially different.

How would I set up a dataset/dataloader to handle this case, and is this even possible in the current implementation?

Thanks in advance for any pointers!

p.s. thank you for all the work everyone does on this package, it's an incredible tool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant