Stock-Prediction-using-LSTM icon indicating copy to clipboard operation
Stock-Prediction-using-LSTM copied to clipboard

This Project is predicting stocks for 32 companies with error less than 1% using LSTM Networks.

Results 2 Stock-Prediction-using-LSTM issues
Sort by recently updated
recently updated
newest added

Hi, i am getting this error when i am trying to run your prediction notebook code: *** Closing price prediction for AAPL *** --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)...

It seems its prediction is based on existing quotes. test_predict = self.__best_model.model.predict(seq_obj.X) It cannot predict price in a future date. Please tell me if I have misunderstood it.