jingedawang / StockPredictor

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

Task 1: Algorithms #2

Closed jingedawang closed 2 years ago

jingedawang commented 2 years ago

Algorithm is a major part of this project, but it's also the most difficult one.

Here is a list of works we need to do.

  1. (Optional) Data preparation for Indian market.
  2. Modify the training and inference pipeline to predict the stock price after two weeks. #6
  3. Support the evaluation in the modified pipeline. #7
  4. Try different models and parameters to seek better precision.
  5. Provide a Python script that can be invoked by backend service. Anyone interested in 2 and 3 is encouraged to try them respectively, since there is never a best model. A better model will always appear in the future.