#China's Stock Movement Predicting
This project requires Python 2.7
# In order to avoid some installation problem, please upgrade your pip and setuptoolsm and instlal pandas and sklearn
$ pip install tushare
$ pip install potly
The hs300.csv and other train and test data is in baidu web storage https://pan.baidu.com/s/1jI6x3PO
If you have issue about matplotlib please visit http://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python to fix it.