edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
63 stars 49 forks source link

Apple Stock price Prediction using Linear Regression #54

Closed shraiyya closed 3 years ago

shraiyya commented 3 years ago

The model takes the input of the 'Apple' stock prices and outputs the prediction of the Closing price of the stock. It is implemented on Python using Linear Regression Models. Used the Quandl API to apply ML to the stock market. Please label this issue as DWOC. Also please add the level.

Abhijit2505 commented 3 years ago

@shraiyya please get started.