mstz/student_performance
Student performance The Student performance dataset from Kaggle. 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? Usage from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/mstz/student_performance.
3161
Student performance
The Student performance dataset from Kaggle.
Usage
from datasets import load_dataset
dataset = load_dataset("mstz/student_performance", "math")["train"]