Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 301 Bytes

File metadata and controls

5 lines (3 loc) · 301 Bytes

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.