/stock-predict

预测A股所有股票涨跌

Primary LanguagePython

# install dependencies
pip install mxnet requests gluonts matplotlib pandas

# predict all China A stock
python download_train_predict.py

# predict the specific A stock with code number from cmdline
python download_train_predict.py 000001 000002