File size: 3,833 Bytes
e92f9ec |
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 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
---
dataset_info:
features:
- name: age
dtype: float32
- name: workclass
dtype:
class_label:
names:
'0': '?'
'1': Federal-gov
'2': Local-gov
'3': Never-worked
'4': Private
'5': Self-emp-inc
'6': Self-emp-not-inc
'7': State-gov
'8': Without-pay
- name: fnlwgt
dtype: float32
- name: education
dtype:
class_label:
names:
'0': 10th
'1': 11th
'2': 12th
'3': 1st-4th
'4': 5th-6th
'5': 7th-8th
'6': 9th
'7': Assoc-acdm
'8': Assoc-voc
'9': Bachelors
'10': Doctorate
'11': HS-grad
'12': Masters
'13': Preschool
'14': Prof-school
'15': Some-college
- name: education-num
dtype: float32
- name: marital-status
dtype:
class_label:
names:
'0': Divorced
'1': Married-AF-spouse
'2': Married-civ-spouse
'3': Married-spouse-absent
'4': Never-married
'5': Separated
'6': Widowed
- name: occupation
dtype:
class_label:
names:
'0': '?'
'1': Adm-clerical
'2': Armed-Forces
'3': Craft-repair
'4': Exec-managerial
'5': Farming-fishing
'6': Handlers-cleaners
'7': Machine-op-inspct
'8': Other-service
'9': Priv-house-serv
'10': Prof-specialty
'11': Protective-serv
'12': Sales
'13': Tech-support
'14': Transport-moving
- name: relationship
dtype:
class_label:
names:
'0': Husband
'1': Not-in-family
'2': Other-relative
'3': Own-child
'4': Unmarried
'5': Wife
- name: race
dtype:
class_label:
names:
'0': Amer-Indian-Eskimo
'1': Asian-Pac-Islander
'2': Black
'3': Other
'4': White
- name: sex
dtype:
class_label:
names:
'0': Female
'1': Male
- name: capital-gain
dtype: float32
- name: capital-loss
dtype: float32
- name: hours-per-week
dtype: float32
- name: native-country
dtype:
class_label:
names:
'0': '?'
'1': Cambodia
'2': Canada
'3': China
'4': Columbia
'5': Cuba
'6': Dominican-Republic
'7': Ecuador
'8': El-Salvador
'9': England
'10': France
'11': Germany
'12': Greece
'13': Guatemala
'14': Haiti
'15': Holand-Netherlands
'16': Honduras
'17': Hong
'18': Hungary
'19': India
'20': Iran
'21': Ireland
'22': Italy
'23': Jamaica
'24': Japan
'25': Laos
'26': Mexico
'27': Nicaragua
'28': Outlying-US(Guam-USVI-etc)
'29': Peru
'30': Philippines
'31': Poland
'32': Portugal
'33': Puerto-Rico
'34': Scotland
'35': South
'36': Taiwan
'37': Thailand
'38': Trinadad&Tobago
'39': United-States
'40': Vietnam
'41': Yugoslavia
- name: income
dtype:
class_label:
names:
'0': <=50K
'1': '>50K'
splits:
- name: train
num_bytes: 3125856
num_examples: 32561
- name: test
num_bytes: 1562976
num_examples: 16281
download_size: 818605
dataset_size: 4688832
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|