Student Performance Prediction
Predict student performance in secondary education (high school)
@kaggle.henryshan_student_performance_prediction
Predict student performance in secondary education (high school)
@kaggle.henryshan_student_performance_prediction
CREATE TABLE mat2 (
"unnamed_0" BIGINT,
"school" VARCHAR,
"sex" VARCHAR,
"age" BIGINT,
"address" VARCHAR,
"famsize" VARCHAR,
"pstatus" VARCHAR,
"medu" BIGINT,
"fedu" BIGINT,
"mjob" VARCHAR,
"fjob" VARCHAR,
"reason" VARCHAR,
"guardian" VARCHAR,
"traveltime" BIGINT,
"studytime" BIGINT,
"failures" BIGINT,
"schoolsup" VARCHAR,
"famsup" VARCHAR,
"paid" VARCHAR,
"activities" VARCHAR,
"nursery" VARCHAR,
"higher" VARCHAR,
"internet" VARCHAR,
"romantic" VARCHAR,
"famrel" BIGINT,
"freetime" BIGINT,
"goout" BIGINT,
"dalc" BIGINT,
"walc" BIGINT,
"health" BIGINT,
"absences" BIGINT,
"g1" BIGINT,
"g2" BIGINT,
"g3" BIGINT
);
Anyone who has the link will be able to view this.