How to predict stock prices with Python + Machine Learning!

Manpreet Singh
5 min readFeb 16, 2021

One of my favorite things to do with Machine Learning is forecasting, this pretty much means predicting the future with past data, and what better project to try this on than predicting the stock market! First off, we’re going to be using Google Colab to run this code, luckily for us this code was pretty much already developed, please give all the credit to this website for the code

--

--