26hzhang / StockPrediction

Plain Stock Close-Price Prediction via Graves LSTM RNNs
MIT License
193 stars 113 forks source link

Predition is not done for next data? #4

Open epraveen92 opened 5 years ago

epraveen92 commented 5 years ago

Hi,

The prediction was only with the actual data and there is no data predicted for next few data or days.

What you done is "If the data was 1000 then the predicted also 1000".

But I'm asking is predicted data for next n number of days.

For example: if we have 1000 data and we need to predict for next 10 days then it should be predicted for 1010 data.