Skip to content

Ues Linear Regression Algorithm for predicting the stock data

Notifications You must be signed in to change notification settings

vshantam/Machine_Learning-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ues Linear Regression Algorithm for predicting the stock data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages