June 2024 ยท Python ยท Scikit-learn ยท Random Forest ยท Matplotlib
This project focused on predicting the direction (up or down) of the S&P 500 index using engineered time-series features and a machine learning classification model. I aimed to test whether simple lag-based technical features could provide a reliable prediction signal for short-term market trends.
RandomForestClassifier from Scikit-learn and evaluated accuracy, precision, recall, and AUC-ROC.min_samples_leaf.GitHub Repo: Stock Market Prediction