stock-predict icon indicating copy to clipboard operation
stock-predict copied to clipboard

预测A股所有股票涨跌

# 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