An AI-driven project that analyzes historical stock market data and predicts future closing prices using machine learning techniques.
- Historical stock price analysis
- Data cleaning and preprocessing
- Next-day stock price prediction
- Visualization of actual vs predicted prices
- Simple and interpretable machine learning workflow
- Python
- Pandas & NumPy – data preprocessing
- Matplotlib – data visualization
- Scikit-learn – Linear Regression
- Load historical stock price data
- Preprocess and extract closing prices
- Train a machine learning model
- Generate stock price predictions
- Visualize prediction results
This project is licensed under the MIT License – see the LICENSE file for details.
- scikit-learn for machine learning algorithms
- pandas & NumPy for efficient data processing
- Matplotlib for visualization support
- Open-source community for continuous learning and inspiration
- Author: Pooja S
- Email: poojashree2266@gmail.com
- GitHub: Pooja0629
- Repository: https://github.com/Pooja0629/Stock-Price-Prediction
- Issues: https://github.com/Pooja0629/Stock-Price-Prediction/issues
Understanding stock market trends through data-driven machine learning insights.