Predicting Stock Prices with Linear Regression

Challenge

Write a Python script that uses linear regression to predict the price of a stock. Pick any company you’d like. This is a fun exercise to learn about data preprocessing, python, and using machine learning libraries like sci-kit learn.