Predicting student performance using factors like study time and previous scores
This project uses linear regression to predict student performance based on:
- Previous Scores
- Hours Studied
Achieved an RΒ² score of 0.99, showing strong predictive accuracy.
- Mean Absolute Error (MAE): 1.83
- Mean Squared Error (MSE): 5.24
- R-Squared Score: 0.99
student_performance.ipynbβ Full Python Notebook with code & analysis.requirements.txtβ List of dependencies (pip install -r requirements.txtto install).