Predict Student Performance
Can You Predict a Student Grades??
@kaggle.stealthtechnologies_predict_student_performance_dataset
Can You Predict a Student Grades??
@kaggle.stealthtechnologies_predict_student_performance_dataset
This dataset is a synthetic representation of student performance, designed to mimic real-world scenarios by considering key factors such as study habits, sleep patterns, socioeconomic background, and class attendance. Each row represents a hypothetical student, and the dataset includes both input features and the calculated target variable (grades).
The dataset can be used for predictive modeling, exploratory data analysis, or even as a beginner-friendly introduction to machine learning workflows.
Study Hours
Sleep Hours
Socioeconomic Score
Attendance (%)
Grades (TARGET)
This dataset is a beginner-friendly introduction to synthetic dataset creation, aiming to help the community experiment with realistic yet controlled data. Happy exploring! 🚀
CREATE TABLE data (
"socioeconomic_score" DOUBLE,
"study_hours" DOUBLE,
"sleep_hours" DOUBLE,
"attendance" DOUBLE -- Attendance (%),
"grades" DOUBLE
);Anyone who has the link will be able to view this.