The dataset captures the marks secured by students in various subjects, providing an opportunity to explore factors influencing student performance.
Source: Generated Data - Exams
Columns:
- Gender
- Race/Ethnicity
- Parental Level of Education
- Lunch
- Test Preparation Course
- Math Score
- Reading Score
- Writing Score
The primary goals of this analysis are to:
-
Explore Factors Influencing Performance:
- Understand the influence of variables such as parental background, test preparation, and other factors on students' scores.
-
Predict Total and Average Scores:
- Build predictive models to estimate total and average scores based on available features.
- Python 3
- Pandas
- NumPy
- Matplotlib
- Clone the repository.
- Install the required dependencies using
conda install --file requirements.txt
. - Run the main script:
Linear Regression.ipynb
.