How to predict the future value thoriugh LSTM?
How can i predict the future values which are not in the data-frame. The following code predicts the values on the training data-set and validation data-set but not the future values. I want to predict next 30 days, by looking at past 100 days.How can i do This. Thanks