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.
Repository from Github https://github.comdustyMehul/Predicting-Stock-Prices-with-Linear-Regression
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.