Baselight

Predict Student Performance

Can You Predict a Student Grades??

@kaggle.stealthtechnologies_predict_student_performance_dataset

Data
@kaggle.stealthtechnologies_predict_student_performance_dataset.data

  • 22.18 KB
  • 1388 rows
  • 5 columns
socioeconomic_score

Socioeconomic Score

study_hours

Study Hours

sleep_hours

Sleep Hours

attendance

Attendance (%)

grades

Grades

0.958223.48.25347
0.855663.25.95535
0.680253.29.34132
0.259363.28.24734
0.604473.8107533
0.98323.494751
0.566487.98.16354
0.934871.484734
0.46665.48.86739
0.62131.49.64234

CREATE TABLE data (
  "socioeconomic_score" DOUBLE,
  "study_hours" DOUBLE,
  "sleep_hours" DOUBLE,
  "attendance" DOUBLE,
  "grades" DOUBLE
);

Share link

Anyone who has the link will be able to view this.