This is a machine learning model for stock prediction. Uses an LSTM model and training with past data with yahoo finance. Tried out some other models like random forest, gradient boosting (xgboost), and a basic neural net. The README includes pict…
This is a machine learning model for stock prediction. Uses an LSTM model and training with past data with yahoo finance. Tried out some other models like random forest, gradient boosting (xgboost), and a basic neural net. The README includes pictures of model’s performance (doesn’t show with the FT viewer, you’ll have to go to the github page). There are also more pictures throughout the devlogs.
FOR TESTERS:
- graphs wont pop up when running the EXEs but will instead be saved to the current directory
- i dont have EXEs for the gradient boosting models since they were such a small part of the project, there were some problems with pyinstaller and xgboost, and I was also assured by a shipwright that they wouldnt be necessary
used for researching models like random forest and xgboost, and LSTM. also used to code data manipulation for graphing. used for features of gboost.py (which i gave up on quite quickly). also used for README ofc. the latest commit shows copilot but i only used autocomplete for a print line lol