File size: 1,335 Bytes
803974e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56f86c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
language:
- en
tags:
- student performance
- tabular_classification
- binary_classification
pretty_name: Student Performance
size_categories:
- 100<n<1K
task_categories:  # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- tabular-classification
configs:
- encoding
- math
- writing
- reading
---
# Student performance
The [Student performance dataset](https://www.kaggle.com/datasets/ulrikthygepedersen/student_performances) is cool.

# Configurations and tasks
- `encoding`, encoding dictionaries mapping binary and ordinal features to their value;
- `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?

# Features
|**Feature**                        |**Type**   |
|-----------------------------------|-----------|
|`sex`                              |`int8`     |
|`ethnicity`                        |`string`   |
|`parental_level_of_education`      |`int8`     |
|`has_standard_lunch`               |`int8`     |
|`has_completed_preparation_test`   |`string`   |
|`reading_score`                    |`int64`    |
|`writing_score`                    |`int64`    |
|`math_score`                       |`int64`    |