You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A machine learning project that predicts student final grades using classical ML algorithms on the Student Performance dataset. The dataset includes student performance data from two Portuguese schools, covering Mathematics and Portuguese language courses with demographic, social, and school-related features.
Predicting students performance in exams using machine learning classifiers : Logistic regression, KNN and SVM. Extraction of factors impacting students' performances.
This project analyzes student performance data using Python. It explores how gender, parental education, lunch type, and test preparation affect math, reading, and writing scores. Includes data cleaning, EDA, and visualizations using pandas, matplotlib, and seaborn.