This project analyzes student scores using Python and applies a simple machine learning model to predict performance.
- Data analysis with Pandas
- Visualization with Matplotlib
- Student ranking
- Machine learning prediction (Linear Regression)
data/ → dataset
src/ → python scripts
notebook/ → exploratory analysis
images/ → generated charts
Model: Linear Regression
Features: math, english, science
Target: average score
Example prediction:
- Python
- Pandas
- NumPy
- Matplotlib
- scikit-learn


