/Predicting-Stock-Prices

Predicting stock prices for 35 days into the future using Linear Regression on wiki EOD stock price data by Alphabet, available on quandle.

Primary LanguagePython

Predicting-Stock-Prices

Predicting stock prices for 35 days into the future using Linear Regression on wiki EOD stock price data by Alphabet, available on quandle. The code predicts the stock prices and plots a graph between the dates and stock prices including the already trained data and the predicted data. The code contains self-explanatory comments to help the reader to understand the code.