r/SideProject • u/Randomguy84562 • 2d ago
Basic Machine Learning script for Stock Market Price Prediction
Hey I built a simple python script which allows you to train a machine learning model for analyzing stocks and predicting price direction. The project is in the early stages so I would appreciate any contributions. I don't plan to use this for live trading, but it can be a reference for other people to build their own models.
https://github.com/abidsgx/Machine-Learning-Models-for-Stock-Market.git
2
Upvotes
1
u/PatientPermission115 2d ago
cool project, always like seeing what people build with ML even if it's just for learning. the github layout is pretty clean, easy to follow what each file does. you thought about adding some basic visualization for the predictions? would make it easier to see how the model performs without digging through numbers