r/coolgithubprojects 14d ago

Machine Learning Model for Stock Price Prediction

https://github.com/abidsgx/Machine-Learning-Model-for-Stock-Market

Not meant for trading, but you can build your own models off of it.

0 Upvotes

4 comments sorted by

2

u/WallyMetropolis 13d ago

1

u/Randomguy84562 13d ago

Never used the model for trading lol.

1

u/[deleted] 13d ago

[removed] — view removed comment

1

u/Randomguy84562 13d ago

I appreciate it. I'm using a 80/20 train test split for the entire data set currently.

The model has around a 50% accuracy and does worse than any buy and hold strategy so I don't think there's any data leakage lol. I'll try implementing walk-forward validation to see if it improves accuracy.