Leveraging Regression Analysis to Understand Key Factors Influencing Student Exam Scores
Sumit Suman
Data Wizard in Making | IIT Kanpur | IIFM Bhopal | Data Mining | Project Management | Business Analysis
In today's data-driven world, understanding the factors that impact student performance is crucial for educators, policymakers, and stakeholders. Rahul Kumar and myself under the mentorship of Veena Bansal (Singhal) tried to analyse a dataset comprising various student attributes such as Hours Studied, Attendance, Parental Involvement, and other personal and school-related characteristics, aiming to predict Exam Scores.
Project Overview: We conducted a regression analysis to predict student exam scores using Python, with the primary goal of identifying the significant predictors of performance. The dataset includes 20 features, with the target variable being Exam Score (a continuous variable). We explored relationships between predictors like study habits, attendance, and parental involvement.
Key Steps in the Analysis:
Data Preparation
Univariate Analysis
We focused on the relationships between Hours Studied and Exam Score. Using histograms and scatterplots, we found a positive correlation between the two, indicating that increased study time generally leads to higher scores.
Regression Modeling
Simple Linear Regression was performed with Hours Studied as the predictor and Exam Score as the target.
Multivariate Analysis
We expanded the model by adding Parental Involvement and Attendance as predictors.
Further we expanded the model with Exam_Score as Target Variable and Attendance, Sleep_Hours, Parental_Involvement and Access_to_Resources as predictors.
领英推荐
The regression equation becomes
Key Findings
Correlation Matrix
We further examined the correlation between different variables to understand if we have chosen the appropriate variables for the analysis.
Reference
IIT Kanpur '25 | DoMS | Data Science & Business Analytics | App Development Analyst @accenture | 10X Salesforce Certified | Salesforce Trailhead Double Star Ranger ? ? | 3X Tosca Certified | 2X Copado Certified
5 个月The result we found out was quite interesting. It gave us new perspective about factors affecting student performance.