Predicting and Segmenting Student Academic Performance
Predicting and Segmenting Student Academic Performance
Objective:
The goal of this case study is to analyze student academic performance data to:
Predict student performance based on socio-economic and educational
factors using Decision Tree and Random Tree.
Segment students into groups based on performance for targeted
interventions using K-Means Clustering.
Dataset:
For this case study, assume we have the following columns in a student dataset:
StudentID: Unique ID for each student.
Age: Age of the student.
Gender: Male/Female.
ParentalEducation: Level of parental education (None, High School,
Bachelor's, Master's).
StudyHours: Number of hours the student studies per week.
Attendance: Percentage of classes attended.
MidtermScore: Score in the midterm exam (0-100).
FinalScore: Score in the final exam (0-100).
PerformanceCategory: Categorical label for student performance based on
final score (Low, Medium, High).