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.