File size: 7,612 Bytes
9bca081
 
 
d8b9cfc
 
9bca081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8b9cfc
 
 
 
9bca081
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8b9cfc
9bca081
 
 
 
 
 
 
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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
---
dataset_info:
  features:
  - name: communityname
    dtype: string
  - name: state
    dtype:
      class_label:
        names:
          '0': AK
          '1': AL
          '2': AR
          '3': AZ
          '4': CA
          '5': CO
          '6': CT
          '7': DC
          '8': DE
          '9': FL
          '10': GA
          '11': IA
          '12': ID
          '13': IL
          '14': IN
          '15': KS
          '16': KY
          '17': LA
          '18': MA
          '19': MD
          '20': ME
          '21': MI
          '22': MN
          '23': MO
          '24': MS
          '25': NC
          '26': ND
          '27': NH
          '28': NJ
          '29': NM
          '30': NV
          '31': NY
          '32': OH
          '33': OK
          '34': OR
          '35': PA
          '36': RI
          '37': SC
          '38': SD
          '39': TN
          '40': TX
          '41': UT
          '42': VA
          '43': VT
          '44': WA
          '45': WI
          '46': WV
          '47': WY
  - name: countyCode
    dtype: string
  - name: communityCode
    dtype: string
  - name: fold
    dtype:
      class_label:
        names:
          '0': 0
          '1': 1
          '2': 2
          '3': 3
          '4': 4
          '5': 5
          '6': 6
          '7': 7
          '8': 8
          '9': 9
  - name: population
    dtype: float32
  - name: householdsize
    dtype: float32
  - name: racepctblack
    dtype: float32
  - name: racePctWhite
    dtype: float32
  - name: racePctAsian
    dtype: float32
  - name: racePctHisp
    dtype: float32
  - name: agePct12t21
    dtype: float32
  - name: agePct12t29
    dtype: float32
  - name: agePct16t24
    dtype: float32
  - name: agePct65up
    dtype: float32
  - name: numbUrban
    dtype: float32
  - name: pctUrban
    dtype: float32
  - name: medIncome
    dtype: float32
  - name: pctWWage
    dtype: float32
  - name: pctWFarmSelf
    dtype: float32
  - name: pctWInvInc
    dtype: float32
  - name: pctWSocSec
    dtype: float32
  - name: pctWPubAsst
    dtype: float32
  - name: pctWRetire
    dtype: float32
  - name: medFamInc
    dtype: float32
  - name: perCapInc
    dtype: float32
  - name: whitePerCap
    dtype: float32
  - name: blackPerCap
    dtype: float32
  - name: indianPerCap
    dtype: float32
  - name: AsianPerCap
    dtype: float32
  - name: OtherPerCap
    dtype: float32
  - name: HispPerCap
    dtype: float32
  - name: NumUnderPov
    dtype: float32
  - name: PctPopUnderPov
    dtype: float32
  - name: PctLess9thGrade
    dtype: float32
  - name: PctNotHSGrad
    dtype: float32
  - name: PctBSorMore
    dtype: float32
  - name: PctUnemployed
    dtype: float32
  - name: PctEmploy
    dtype: float32
  - name: PctEmplManu
    dtype: float32
  - name: PctEmplProfServ
    dtype: float32
  - name: PctOccupManu
    dtype: float32
  - name: PctOccupMgmtProf
    dtype: float32
  - name: MalePctDivorce
    dtype: float32
  - name: MalePctNevMarr
    dtype: float32
  - name: FemalePctDiv
    dtype: float32
  - name: TotalPctDiv
    dtype: float32
  - name: PersPerFam
    dtype: float32
  - name: PctFam2Par
    dtype: float32
  - name: PctKids2Par
    dtype: float32
  - name: PctYoungKids2Par
    dtype: float32
  - name: PctTeen2Par
    dtype: float32
  - name: PctWorkMomYoungKids
    dtype: float32
  - name: PctWorkMom
    dtype: float32
  - name: NumKidsBornNeverMar
    dtype: float32
  - name: PctKidsBornNeverMar
    dtype: float32
  - name: NumImmig
    dtype: float32
  - name: PctImmigRecent
    dtype: float32
  - name: PctImmigRec5
    dtype: float32
  - name: PctImmigRec8
    dtype: float32
  - name: PctImmigRec10
    dtype: float32
  - name: PctRecentImmig
    dtype: float32
  - name: PctRecImmig5
    dtype: float32
  - name: PctRecImmig8
    dtype: float32
  - name: PctRecImmig10
    dtype: float32
  - name: PctSpeakEnglOnly
    dtype: float32
  - name: PctNotSpeakEnglWell
    dtype: float32
  - name: PctLargHouseFam
    dtype: float32
  - name: PctLargHouseOccup
    dtype: float32
  - name: PersPerOccupHous
    dtype: float32
  - name: PersPerOwnOccHous
    dtype: float32
  - name: PersPerRentOccHous
    dtype: float32
  - name: PctPersOwnOccup
    dtype: float32
  - name: PctPersDenseHous
    dtype: float32
  - name: PctHousLess3BR
    dtype: float32
  - name: MedNumBR
    dtype: float32
  - name: HousVacant
    dtype: float32
  - name: PctHousOccup
    dtype: float32
  - name: PctHousOwnOcc
    dtype: float32
  - name: PctVacantBoarded
    dtype: float32
  - name: PctVacMore6Mos
    dtype: float32
  - name: MedYrHousBuilt
    dtype: float32
  - name: PctHousNoPhone
    dtype: float32
  - name: PctWOFullPlumb
    dtype: float32
  - name: OwnOccLowQuart
    dtype: float32
  - name: OwnOccMedVal
    dtype: float32
  - name: OwnOccHiQuart
    dtype: float32
  - name: OwnOccQrange
    dtype: float32
  - name: RentLowQ
    dtype: float32
  - name: RentMedian
    dtype: float32
  - name: RentHighQ
    dtype: float32
  - name: RentQrange
    dtype: float32
  - name: MedRent
    dtype: float32
  - name: MedRentPctHousInc
    dtype: float32
  - name: MedOwnCostPctInc
    dtype: float32
  - name: MedOwnCostPctIncNoMtg
    dtype: float32
  - name: NumInShelters
    dtype: float32
  - name: NumStreet
    dtype: float32
  - name: PctForeignBorn
    dtype: float32
  - name: PctBornSameState
    dtype: float32
  - name: PctSameHouse85
    dtype: float32
  - name: PctSameCity85
    dtype: float32
  - name: PctSameState85
    dtype: float32
  - name: LemasSwornFT
    dtype: float32
  - name: LemasSwFTPerPop
    dtype: float32
  - name: LemasSwFTFieldOps
    dtype: float32
  - name: LemasSwFTFieldPerPop
    dtype: float32
  - name: LemasTotalReq
    dtype: float32
  - name: LemasTotReqPerPop
    dtype: float32
  - name: PolicReqPerOffic
    dtype: float32
  - name: PolicPerPop
    dtype: float32
  - name: RacialMatchCommPol
    dtype: float32
  - name: PctPolicWhite
    dtype: float32
  - name: PctPolicBlack
    dtype: float32
  - name: PctPolicHisp
    dtype: float32
  - name: PctPolicAsian
    dtype: float32
  - name: PctPolicMinor
    dtype: float32
  - name: OfficAssgnDrugUnits
    dtype: float32
  - name: NumKindsDrugsSeiz
    dtype: float32
  - name: PolicAveOTWorked
    dtype: float32
  - name: LandArea
    dtype: float32
  - name: PopDens
    dtype: float32
  - name: PctUsePubTrans
    dtype: float32
  - name: PolicCars
    dtype: float32
  - name: PolicOperBudg
    dtype: float32
  - name: LemasPctPolicOnPatr
    dtype: float32
  - name: LemasGangUnitDeploy
    dtype: float32
  - name: LemasPctOfficDrugUn
    dtype: float32
  - name: PolicBudgPerPop
    dtype: float32
  - name: murders
    dtype: float32
  - name: murdPerPop
    dtype: float32
  - name: rapes
    dtype: float32
  - name: rapesPerPop
    dtype: float32
  - name: robberies
    dtype: float32
  - name: robbbPerPop
    dtype: float32
  - name: assaults
    dtype: float32
  - name: assaultPerPop
    dtype: float32
  - name: burglaries
    dtype: float32
  - name: burglPerPop
    dtype: float32
  - name: larcenies
    dtype: float32
  - name: larcPerPop
    dtype: float32
  - name: autoTheft
    dtype: float32
  - name: autoTheftPerPop
    dtype: float32
  - name: arsons
    dtype: float32
  - name: arsonsPerPop
    dtype: float32
  - name: ViolentCrimesPerPop
    dtype: float32
  - name: nonViolPerPop
    dtype: float32
  splits:
  - name: train
    num_bytes: 1367607
    num_examples: 2215
  download_size: 1234855
  dataset_size: 1367607
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---