-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvocab.json
More file actions
120 lines (120 loc) · 2.42 KB
/
vocab.json
File metadata and controls
120 lines (120 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"workclass": [
" Local-gov",
" Private",
" Self-emp-inc",
" ?",
" Self-emp-not-inc",
" State-gov",
" Federal-gov",
" Without-pay",
" Never-worked"
],
"education": [
" Some-college",
" Assoc-voc",
" HS-grad",
" 11th",
" Bachelors",
" Masters",
" Prof-school",
" Doctorate",
" 7th-8th",
" 12th",
" 5th-6th",
" 10th",
" Assoc-acdm",
" 9th",
" 1st-4th",
" Preschool"
],
"marital_status": [
" Never-married",
" Divorced",
" Married-civ-spouse",
" Widowed",
" Married-spouse-absent",
" Separated",
" Married-AF-spouse"
],
"occupation": [
" Adm-clerical",
" Prof-specialty",
" Transport-moving",
" Sales",
" Other-service",
" Exec-managerial",
" ?",
" Craft-repair",
" Farming-fishing",
" Tech-support",
" Machine-op-inspct",
" Handlers-cleaners",
" Protective-serv",
" Priv-house-serv",
" Armed-Forces"
],
"relationship": [
" Own-child",
" Not-in-family",
" Husband",
" Other-relative",
" Unmarried",
" Wife"
],
"race": [
" White",
" Black",
" Asian-Pac-Islander",
" Amer-Indian-Eskimo",
" Other"
],
"gender": [
" Male",
" Female"
],
"native_country": [
" United-States",
" England",
" Mexico",
" Puerto-Rico",
" Ireland",
" India",
" Japan",
" El-Salvador",
" Hungary",
" Philippines",
" Ecuador",
" South",
" Jamaica",
" ?",
" Dominican-Republic",
" Taiwan",
" Canada",
" Germany",
" France",
" Yugoslavia",
" Italy",
" Haiti",
" Vietnam",
" Peru",
" Poland",
" Guatemala",
" Trinadad&Tobago",
" China",
" Portugal",
" Hong",
" Iran",
" Outlying-US(Guam-USVI-etc)",
" Cuba",
" Greece",
" Thailand",
" Laos",
" Columbia",
" Nicaragua",
" Cambodia",
" Scotland",
" Honduras",
" Holand-Netherlands"
]
}