Stock Market Direction Prediction

Project Overview:

In this project, I built a machine learning pipeline to predict the directional movement of the S&P 500 index (whether it will go up or down the next day). I used historical market data from Yahoo Finance, engineered time-series trend features, and applied a Random Forest classifier with a custom backtesting framework.

Technologies Used:

Key Features:

🔗 View Source Code on GitHub

🔍 Blog Post