jlh commited on
Commit
785b18a
1 Parent(s): 5cc3e6a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -19
README.md CHANGED
@@ -3,40 +3,44 @@ dataset_info:
3
  features:
4
  - name: age
5
  dtype: int64
6
- - name: ' workclass'
7
  dtype: string
8
- - name: ' fnlwgt'
9
  dtype: int64
10
- - name: ' education'
11
  dtype: string
12
- - name: ' education-num'
13
  dtype: int64
14
- - name: ' marital-status'
15
  dtype: string
16
- - name: ' occupation'
17
  dtype: string
18
- - name: ' relationship'
19
  dtype: string
20
- - name: ' race'
21
  dtype: string
22
- - name: ' sex'
23
  dtype: string
24
- - name: ' capital-gain'
25
  dtype: int64
26
- - name: ' capital-loss'
27
  dtype: int64
28
- - name: ' hours-per-week'
29
  dtype: int64
30
- - name: ' native-country'
31
- dtype: string
32
- - name: ' income'
33
- dtype: string
 
 
 
 
34
  splits:
35
  - name: train
36
- num_bytes: 5609851
37
  num_examples: 32561
38
- download_size: 585212
39
- dataset_size: 5609851
40
  ---
41
  # Dataset Card for "uci-adult-income"
42
 
 
3
  features:
4
  - name: age
5
  dtype: int64
6
+ - name: workclass
7
  dtype: string
8
+ - name: fnlwgt
9
  dtype: int64
10
+ - name: education
11
  dtype: string
12
+ - name: education-num
13
  dtype: int64
14
+ - name: marital-status
15
  dtype: string
16
+ - name: occupation
17
  dtype: string
18
+ - name: relationship
19
  dtype: string
20
+ - name: race
21
  dtype: string
22
+ - name: sex
23
  dtype: string
24
+ - name: capital-gain
25
  dtype: int64
26
+ - name: capital-loss
27
  dtype: int64
28
+ - name: hours-per-week
29
  dtype: int64
30
+ - name: native-country
31
+ dtype: string
32
+ - name: income
33
+ dtype:
34
+ class_label:
35
+ names:
36
+ '0': ' <=50K'
37
+ '1': ' >50K'
38
  splits:
39
  - name: train
40
+ num_bytes: 5552570
41
  num_examples: 32561
42
+ download_size: 586658
43
+ dataset_size: 5552570
44
  ---
45
  # Dataset Card for "uci-adult-income"
46