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

A question of data input #3

Open
packer-c opened this issue Nov 24, 2022 · 7 comments
Open

A question of data input #3

packer-c opened this issue Nov 24, 2022 · 7 comments

Comments

@packer-c
Copy link

packer-c commented Nov 24, 2022

Hi!
Could you please tell me that when the traffic flow of 60 minutes will be predicted, the first step is input from t1-t12, and the traffic flow at t13-t24 are predicted (that means the forecast is one hour); so then the second step is input t25-t36 and to predict t37-t48? And so on.
I don't know if I understand correctly. Looking forward to your reply, thank you!

@alvinzhaowei
Copy link
Owner

Hi there, thanks for your question. Based on your example, if the first step is getting t1-t12 input and predicting t13-t24, the second step gonna be getting t2-t13 input and predicting t14-t25. In the training process, in this way, we can get more training data points. But for testing, it just affects the way to statistic the errors.

@packer-c
Copy link
Author

Thank you for your kind reply!
If the input data is like this, how do we select the predicted values that might overlap?
For example, as you have said, the input is t1-t12 and predicts t13-t24; The second step is input t2-t13 and predicts t14-t25. Then they will all be predicted at the t14 point, and may have different values. So how to choose the value of t14? I guess the average or one of them?

@alvinzhaowei
Copy link
Owner

alvinzhaowei commented Nov 25, 2022 via email

@packer-c
Copy link
Author

Do you mean to calculate the two errors, and then take a small error value as the final value?

@alvinzhaowei
Copy link
Owner

alvinzhaowei commented Nov 25, 2022 via email

@packer-c
Copy link
Author

Clearly! Thank you very much for your answer.

@alvinzhaowei
Copy link
Owner

alvinzhaowei commented Nov 25, 2022 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

2 participants