Student Exam Performance Prediction
Predict whether a student will pass (1) or fail (0) an exam.
@kaggle.mrsimple07_student_exam_performance_prediction
Predict whether a student will pass (1) or fail (0) an exam.
@kaggle.mrsimple07_student_exam_performance_prediction
CREATE TABLE student_exam_data (
"study_hours" DOUBLE,
"previous_exam_score" DOUBLE,
"pass_fail" BIGINT
);
CREATE TABLE student_exam_data_new (
"study_hours" DOUBLE,
"previous_exam_score" DOUBLE,
"pass_fail" BIGINT
);
Anyone who has the link will be able to view this.