英文

学生表现

来自Kaggle的 Student performance dataset

Configuration Task Description
encoding Encoding dictionary showing original values of encoded features.
math Binary classification Has the student passed the math exam?
writing Binary classification Has the student passed the writing exam?
reading Binary classification Has the student passed the reading exam?

用法

from datasets import load_dataset

dataset = load_dataset("mstz/student_performance", "math")["train"]

特点

Feature Type
is_male bool
ethnicity string
parental_level_of_education int8
has_standard_lunch bool
has_completed_preparation_test bool
reading_score int64
writing_score int64
math_score int64