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

Only plot prediction for past #5

Open
bautroibaola opened this issue Sep 7, 2018 · 1 comment
Open

Only plot prediction for past #5

bautroibaola opened this issue Sep 7, 2018 · 1 comment

Comments

@bautroibaola
Copy link

Dear maxim,

I see that run_visual.py only show the prediction for exist data. How can it show prediction for few timeframe ahead, 5 days for example?

Thanks for your work hard!

@maxim5
Copy link
Owner

maxim5 commented Sep 7, 2018

@bautroibaola The current model is predicting exactly 1 step ahead. You have the following options:

  • Select a large time period, say a week (but you'll have much less data for training).
  • Predict the next time steps based on the previous predictions. This is also possible, but the error grows exponentially with each prediction.

None of the options is perfect, but this is because the task is very difficult.

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