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

Question: can we use the algorithm with only one trajectory? #1

Open
tinghao-kep opened this issue Dec 25, 2019 · 4 comments
Open

Question: can we use the algorithm with only one trajectory? #1

tinghao-kep opened this issue Dec 25, 2019 · 4 comments

Comments

@tinghao-kep
Copy link

Thanks for your excellent work! I just have a simple question, for some time series forecasting problems, e.g., predict the temperature in New York City, we only have one trajectory of the realization of data, unlike your example which could have as many as you want. In this scenario, is there any special considerations before using your algorithms?

Thanks!

@arunvenk
Copy link
Owner

arunvenk commented Dec 25, 2019 via email

@tinghao-kep
Copy link
Author

tinghao-kep commented Dec 28, 2019

Thanks for your prompt reply even during the Christmas, appreciated!

It is a great suggestion that the sequence length should be related with the forecast horizons. Just to clarify, let's start with a numeric example. Imagine, I have 100 days time series and want to do 10 day weather forecast. You mean ideally I should split the 100 days into 10 trajectories if assuming no overlapping?

Also, I noticed that in your demos, we do not need to specify the "y". However, sometimes I do need to use X variables to make the predictions for y as well. In this scenario, the prediction accuracy of y is more important than X. Now I am treating this equally since you codes allow arbitrary X-dimensions. Is there a better way of doing this ? Let me if you have any suggestions. Thanks!

@ovyan
Copy link

ovyan commented May 24, 2021

@tinghao-kep Hey! Did you succeed in using DaD for the simple data?

@tinghao-kep
Copy link
Author

tinghao-kep commented May 24, 2021 via email

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

3 participants