jingedawang / StockPredictor

Predict the stock price with AI models.
http://stockprediction.org/
MIT License
21 stars 6 forks source link

Don't predict for newest date before the offline prediction finished #20

Closed jingedawang closed 2 years ago

jingedawang commented 2 years ago

Currently, our daily update includes data update and an offline prediction. Once the data update finished, the service will return the prediction of newest date, which is null because the offline prediction is not finished. We need to keep return last day's prediction until the offline prediction finished.