Can we predict a studentβs final exam score based on study hours and attendance percentage?
Build a regression-based Machine Learning model to analyze how study habits and attendance affect academic performance.
- Python
- Pandas
- Scikit-learn
- Matplotlib
Student-Result-Prediction/ β βββ data/students.csv βββ result_prediction.py βββ requirements.txt βββ README.md
- Mean Absolute Error (MAE)
- RΒ² Score
- Actual vs Predicted Score Visualization
-
Clone the repository: git clone https://github.com/Jaswanth300/Student-Result-Prediction.git
-
Install dependencies: pip install -r requirements.txt
-
Run the script: python result_prediction.py
The model predicts student scores and displays a visualization comparing actual vs predicted scores.
Jaswanth
B.Tech AI & Data Science