Predict next-day stock closing prices using Linear Regression and Random Forest with visualization.
This project predicts the next day's stock closing price using historical stock data.
We used Linear Regression and Random Forest models and visualized results.
- Predict stock closing price
- Visualize stock trends, volume, and feature correlation
- Compare Linear Regression and Random Forest predictions
- Error analysis using MAE and MSE
Make sure you have Python installed. Then run:
pip install -r requirements.txt