philipperemy/keras-tcn

How do I use the trained model to make predictions about the future?

Sharkfin-top opened this issue · 3 comments

This page TimeSeries Foresting

https://colab.research.google.com/github/ashishpatel26/tcn-keras-Examples/blob/master/TCN_TimeSeries_Approach.ipynb

image

This graph shows the model predictions compared to the true values of the training data. How do I use the trained model to make predictions about the future?

For example, the training data is 1962-2019 month data. Use the training data to train the model. What about using the model to predict the data for the next 12 months?

Thank you!

Maybe this can help you understand how to use trained models for prediction. An lstm network is used the same as a TCN.

Maybe this can help you understand how to use trained models for prediction. An lstm network is used the same as a TCN.

Thank you so much!

Thanks guys :) I'll close this issue.