Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,11 @@ dataset = load_dataset("mstz/student_performance", "math")["train"]
|
|
36 |
# Features
|
37 |
|**Feature** |**Type** |
|
38 |
|-----------------------------------|-----------|
|
39 |
-
|`
|
40 |
|`ethnicity` |`string` |
|
41 |
|`parental_level_of_education` |`int8` |
|
42 |
-
|`has_standard_lunch` |`
|
43 |
-
|`has_completed_preparation_test` |`
|
44 |
|`reading_score` |`int64` |
|
45 |
|`writing_score` |`int64` |
|
46 |
|`math_score` |`int64` |
|
|
|
36 |
# Features
|
37 |
|**Feature** |**Type** |
|
38 |
|-----------------------------------|-----------|
|
39 |
+
|`is_male` |`bool` |
|
40 |
|`ethnicity` |`string` |
|
41 |
|`parental_level_of_education` |`int8` |
|
42 |
+
|`has_standard_lunch` |`bool` |
|
43 |
+
|`has_completed_preparation_test` |`bool` |
|
44 |
|`reading_score` |`int64` |
|
45 |
|`writing_score` |`int64` |
|
46 |
|`math_score` |`int64` |
|