maxim5 / time-series-machine-learning

Machine learning models for time series analysis
Apache License 2.0
369 stars 103 forks source link

Only plot prediction for past #5

Open bautroibaola opened 6 years ago

bautroibaola commented 6 years ago

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 commented 6 years ago

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

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