mstz commited on
Commit
bda19ef
·
1 Parent(s): a515950

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,11 +36,11 @@ dataset = load_dataset("mstz/student_performance", "math")["train"]
36
  # Features
37
  |**Feature** |**Type** |
38
  |-----------------------------------|-----------|
39
- |`sex` |`int8` |
40
  |`ethnicity` |`string` |
41
  |`parental_level_of_education` |`int8` |
42
- |`has_standard_lunch` |`int8` |
43
- |`has_completed_preparation_test` |`string` |
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` |