mstz commited on
Commit
a25a719
1 Parent(s): bda19ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,14 +7,15 @@ tags:
7
  - binary_classification
8
  pretty_name: Student Performance
9
  size_categories:
10
- - 100<n<1K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
12
  - tabular-classification
13
  configs:
14
  - encoding
15
  - math
16
  - writing
17
  - reading
 
18
  ---
19
  # Student performance
20
  The [Student performance dataset](https://www.kaggle.com/datasets/ulrikthygepedersen/student_performances) from Kaggle.
@@ -43,4 +44,4 @@ dataset = load_dataset("mstz/student_performance", "math")["train"]
43
  |`has_completed_preparation_test` |`bool` |
44
  |`reading_score` |`int64` |
45
  |`writing_score` |`int64` |
46
- |`math_score` |`int64` |
 
7
  - binary_classification
8
  pretty_name: Student Performance
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - encoding
15
  - math
16
  - writing
17
  - reading
18
+ license: cc
19
  ---
20
  # Student performance
21
  The [Student performance dataset](https://www.kaggle.com/datasets/ulrikthygepedersen/student_performances) from Kaggle.
 
44
  |`has_completed_preparation_test` |`bool` |
45
  |`reading_score` |`int64` |
46
  |`writing_score` |`int64` |
47
+ |`math_score` |`int64` |