In this project, I developed a predictive model to estimate student performance based on the number of study hours.
✔️Using Python and scikit-learn, I implemented a Linear Regression model that predicts a student's score based on the hours they have studied.
✔️The dataset was split into training and testing sets to evaluate the model's accuracy.
✔️The model achieved a high R² score, indicating a strong correlation between study time and student scores.