jingedawang / StockPredictor

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

Remove spaces in name. Access predict key softly. #60

Closed jingedawang closed 1 year ago

jingedawang commented 1 year ago

Fix 2 bugs:

  1. Spaces in name make pinyin autosuggestion not work. #55
  2. Access a key not in dict make the predicting crash. #59