Skip to content

adityasiwan/MachineLearning-stock-prices

Repository files navigation

Predicting Stock Prices

All the code in this project was written in python 2.7. The following dependencies need to be installed to run the code:

  • numpy
  • pandas
  • sklearn
  • pymysql
  • matplotlib

Pymysql can be installed on conda using conda install -c anaconda pymysql=0.6.7

The dataset is automatically downloaded using pymysql during execution.

To run the project, execute the following command:

  • jupyter notebook DataAnalysis.ipynb

CREDITS: Yahoo! Finance for providing the data.

About

Predicting directional movement of stock prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published