cestwc commited on
Commit
e92f9ec
·
verified ·
1 Parent(s): 9c3f18d

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: age
5
+ dtype: float32
6
+ - name: workclass
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': '?'
11
+ '1': Federal-gov
12
+ '2': Local-gov
13
+ '3': Never-worked
14
+ '4': Private
15
+ '5': Self-emp-inc
16
+ '6': Self-emp-not-inc
17
+ '7': State-gov
18
+ '8': Without-pay
19
+ - name: fnlwgt
20
+ dtype: float32
21
+ - name: education
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': 10th
26
+ '1': 11th
27
+ '2': 12th
28
+ '3': 1st-4th
29
+ '4': 5th-6th
30
+ '5': 7th-8th
31
+ '6': 9th
32
+ '7': Assoc-acdm
33
+ '8': Assoc-voc
34
+ '9': Bachelors
35
+ '10': Doctorate
36
+ '11': HS-grad
37
+ '12': Masters
38
+ '13': Preschool
39
+ '14': Prof-school
40
+ '15': Some-college
41
+ - name: education-num
42
+ dtype: float32
43
+ - name: marital-status
44
+ dtype:
45
+ class_label:
46
+ names:
47
+ '0': Divorced
48
+ '1': Married-AF-spouse
49
+ '2': Married-civ-spouse
50
+ '3': Married-spouse-absent
51
+ '4': Never-married
52
+ '5': Separated
53
+ '6': Widowed
54
+ - name: occupation
55
+ dtype:
56
+ class_label:
57
+ names:
58
+ '0': '?'
59
+ '1': Adm-clerical
60
+ '2': Armed-Forces
61
+ '3': Craft-repair
62
+ '4': Exec-managerial
63
+ '5': Farming-fishing
64
+ '6': Handlers-cleaners
65
+ '7': Machine-op-inspct
66
+ '8': Other-service
67
+ '9': Priv-house-serv
68
+ '10': Prof-specialty
69
+ '11': Protective-serv
70
+ '12': Sales
71
+ '13': Tech-support
72
+ '14': Transport-moving
73
+ - name: relationship
74
+ dtype:
75
+ class_label:
76
+ names:
77
+ '0': Husband
78
+ '1': Not-in-family
79
+ '2': Other-relative
80
+ '3': Own-child
81
+ '4': Unmarried
82
+ '5': Wife
83
+ - name: race
84
+ dtype:
85
+ class_label:
86
+ names:
87
+ '0': Amer-Indian-Eskimo
88
+ '1': Asian-Pac-Islander
89
+ '2': Black
90
+ '3': Other
91
+ '4': White
92
+ - name: sex
93
+ dtype:
94
+ class_label:
95
+ names:
96
+ '0': Female
97
+ '1': Male
98
+ - name: capital-gain
99
+ dtype: float32
100
+ - name: capital-loss
101
+ dtype: float32
102
+ - name: hours-per-week
103
+ dtype: float32
104
+ - name: native-country
105
+ dtype:
106
+ class_label:
107
+ names:
108
+ '0': '?'
109
+ '1': Cambodia
110
+ '2': Canada
111
+ '3': China
112
+ '4': Columbia
113
+ '5': Cuba
114
+ '6': Dominican-Republic
115
+ '7': Ecuador
116
+ '8': El-Salvador
117
+ '9': England
118
+ '10': France
119
+ '11': Germany
120
+ '12': Greece
121
+ '13': Guatemala
122
+ '14': Haiti
123
+ '15': Holand-Netherlands
124
+ '16': Honduras
125
+ '17': Hong
126
+ '18': Hungary
127
+ '19': India
128
+ '20': Iran
129
+ '21': Ireland
130
+ '22': Italy
131
+ '23': Jamaica
132
+ '24': Japan
133
+ '25': Laos
134
+ '26': Mexico
135
+ '27': Nicaragua
136
+ '28': Outlying-US(Guam-USVI-etc)
137
+ '29': Peru
138
+ '30': Philippines
139
+ '31': Poland
140
+ '32': Portugal
141
+ '33': Puerto-Rico
142
+ '34': Scotland
143
+ '35': South
144
+ '36': Taiwan
145
+ '37': Thailand
146
+ '38': Trinadad&Tobago
147
+ '39': United-States
148
+ '40': Vietnam
149
+ '41': Yugoslavia
150
+ - name: income
151
+ dtype:
152
+ class_label:
153
+ names:
154
+ '0': <=50K
155
+ '1': '>50K'
156
+ splits:
157
+ - name: train
158
+ num_bytes: 3125856
159
+ num_examples: 32561
160
+ - name: test
161
+ num_bytes: 1562976
162
+ num_examples: 16281
163
+ download_size: 818605
164
+ dataset_size: 4688832
165
+ configs:
166
+ - config_name: default
167
+ data_files:
168
+ - split: train
169
+ path: data/train-*
170
+ - split: test
171
+ path: data/test-*
172
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296094edd8e27b9108637c023c06f91f07ff297cf1611e863d786f10dac75609
3
+ size 275375
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d41eda9c4463a5014455f0e7bb240f2d63c970065bfa958a9377d1de01dde9
3
+ size 543230