Baselight

Student Performance Prediction

Predict student performance in secondary education (high school)

@kaggle.henryshan_student_performance_prediction

Mat2
@kaggle.henryshan_student_performance_prediction.mat2

  • 27.31 KB
  • 395 rows
  • 34 columns
unnamed_0

Unnamed: 0

school

School

sex

Sex

age

Age

address

Address

famsize

Famsize

pstatus

Pstatus

medu

Medu

fedu

Fedu

mjob

Mjob

fjob

Fjob

reason

Reason

guardian

Guardian

traveltime

Traveltime

studytime

Studytime

failures

Failures

schoolsup

Schoolsup

famsup

Famsup

paid

Paid

activities

Activities

nursery

Nursery

higher

Higher

internet

Internet

romantic

Romantic

famrel

Famrel

freetime

Freetime

goout

Goout

dalc

Dalc

walc

Walc

health

Health

absences

Absences

g1

G1

g2

G2

g3

G3

GPF18UGT3A44at_hometeachercoursemother22yesnononoyesyesnono4341136566
1GPF17UGT3T11at_homeothercoursefather12noyesnononoyesyesno5331134556
2GPF15ULE3T11at_homeotherothermother123yesnoyesnoyesyesyesno432233107810
3GPF15UGT3T42healthserviceshomemother13noyesyesyesyesyesyesyes3221152151415
4GPF16UGT3T33otherotherhomefather12noyesyesnoyesyesnono432125461010
5GPM16ULE3T43servicesotherreputationmother12noyesyesyesyesyesyesno54212510151515
6GPM16ULE3T22otherotherhomemother12nonononoyesyesyesno444113121211
7GPF17UGT3A44otherteacherhomemother22yesyesnonoyesyesnono4141116656
8GPM15ULE3A32servicesotherhomemother12noyesyesnoyesyesyesno422111161819
9GPM15UGT3T34otherotherhomemother12noyesyesyesyesyesyesno551115141515

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
);

Share link

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