Skip to content

Files

Latest commit

 

History

History
28 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.11 KB

Machine_Learning-Regression

Codacy Badge

Uses Linear Regression Algorithm for predicting the stock data. This project Contains Quandl dataset and making use of Regression Algoithm to predict and shifting the stock datas.

Sample screenshots:

alt tag

To run the Project need to be install all the packages.

please run the following command:

pip install -r Requirements.txt

Or you can use the pip3 command for python3 and pip version for python2 to install the dependencies

command:

pip3 install package_name # python3 version
pip install package_name  # python2 version

In case you do not have pip or pip3 on your system you can use the below command :

sudo apt-get intall python-pip && python3-pip #this will install both the pip version in your system.