Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 261 Bytes

File metadata and controls

7 lines (6 loc) · 261 Bytes

stock-price-prediction

predict stock price by using LSTM and ARIMA

data source: tushare package of python

  • related codes:
    import tushare as ts
    ts.get_k_data(code='sh', ktype='D', autype='qfq', start='xxxx-xx-xx', end='xxxx-xx-xx')