Create Your Own Google Stock Prediction Program Using Python And Machine Learning

randerson112358
6 min readJul 17, 2019

In this article I will show you how I created a stock prediction Python program using a machine learning algorithm called Support Vector Regression (SVR) . The program will read in Google (GOOG) stock data and make a prediction of the price based on the day.

--

--