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

Is it possible to predict multiple timesteps? #296

Open
AlwaysRedNeverGreen opened this issue Feb 27, 2024 · 3 comments
Open

Is it possible to predict multiple timesteps? #296

AlwaysRedNeverGreen opened this issue Feb 27, 2024 · 3 comments

Comments

@AlwaysRedNeverGreen
Copy link

I'm currently using the library to make time step based predictions. Does the library have the capability to predict multiple time steps into the future? (T+2,T+3...) or am i just missing something

@dhpitt
Copy link
Collaborator

dhpitt commented Feb 27, 2024

Multiple timesteps into the future as in, given a(x,t), predict u(x,t+2)? Or as in given a(x,t) predict u(x,t) and u(x,t+1) at the same time?

@AlwaysRedNeverGreen
Copy link
Author

Given an input T, predict T+1, then use it as the input to predict T+2 and so on. Hopefully that makes sense

@dhpitt
Copy link
Collaborator

dhpitt commented Feb 28, 2024

The library doesn't currently have a training module written for the autoregressive use case

@dhpitt dhpitt closed this as completed Feb 28, 2024
@dhpitt dhpitt reopened this Feb 28, 2024
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

2 participants