--- dataset_info: features: - name: SUSPECT_ARRESTED_FLAG dtype: int64 - name: FRISKED_FLAG dtype: int64 - name: SEARCHED_FLAG dtype: int64 - name: STOP_LOCATION_PRECINCT dtype: int64 - name: SUSPECT_REPORTED_AGE dtype: float64 - name: SUSPECT_HEIGHT dtype: float64 - name: SUSPECT_WEIGHT dtype: float64 - name: OTHER_CONTRABAND_FLAG dtype: int64 - name: FIREARM_FLAG dtype: int64 - name: KNIFE_CUTTER_FLAG dtype: int64 - name: OTHER_WEAPON_FLAG dtype: int64 - name: SUSPECT_BODY_BUILD_TYPE_(null) dtype: uint8 - name: SUSPECT_BODY_BUILD_TYPE_HEA dtype: uint8 - name: SUSPECT_BODY_BUILD_TYPE_MED dtype: uint8 - name: SUSPECT_BODY_BUILD_TYPE_THN dtype: uint8 - name: SUSPECT_BODY_BUILD_TYPE_U dtype: uint8 - name: SUSPECT_BODY_BUILD_TYPE_XXX dtype: uint8 - name: ISSUING_OFFICER_RANK_CPT dtype: uint8 - name: ISSUING_OFFICER_RANK_DI dtype: uint8 - name: ISSUING_OFFICER_RANK_DT1 dtype: uint8 - name: ISSUING_OFFICER_RANK_DT2 dtype: uint8 - name: ISSUING_OFFICER_RANK_DT3 dtype: uint8 - name: ISSUING_OFFICER_RANK_DTS dtype: uint8 - name: ISSUING_OFFICER_RANK_INS dtype: uint8 - name: ISSUING_OFFICER_RANK_LSA dtype: uint8 - name: ISSUING_OFFICER_RANK_LT dtype: uint8 - name: ISSUING_OFFICER_RANK_PO dtype: uint8 - name: ISSUING_OFFICER_RANK_POF dtype: uint8 - name: ISSUING_OFFICER_RANK_POM dtype: uint8 - name: ISSUING_OFFICER_RANK_SDS dtype: uint8 - name: ISSUING_OFFICER_RANK_SGT dtype: uint8 - name: ISSUING_OFFICER_RANK_SSA dtype: uint8 - name: SUPERVISING_OFFICER_RANK_CPT dtype: uint8 - name: SUPERVISING_OFFICER_RANK_DI dtype: uint8 - name: SUPERVISING_OFFICER_RANK_DT3 dtype: uint8 - name: SUPERVISING_OFFICER_RANK_DTS dtype: uint8 - name: SUPERVISING_OFFICER_RANK_INS dtype: uint8 - name: SUPERVISING_OFFICER_RANK_LCD dtype: uint8 - name: SUPERVISING_OFFICER_RANK_LSA dtype: uint8 - name: SUPERVISING_OFFICER_RANK_LT dtype: uint8 - name: SUPERVISING_OFFICER_RANK_PO dtype: uint8 - name: SUPERVISING_OFFICER_RANK_POF dtype: uint8 - name: SUPERVISING_OFFICER_RANK_POM dtype: uint8 - name: SUPERVISING_OFFICER_RANK_SDS dtype: uint8 - name: SUPERVISING_OFFICER_RANK_SGT dtype: uint8 - name: SUPERVISING_OFFICER_RANK_SSA dtype: uint8 - name: ASK_FOR_CONSENT_FLG_(null) dtype: uint8 - name: ASK_FOR_CONSENT_FLG_N dtype: uint8 - name: ASK_FOR_CONSENT_FLG_Y dtype: uint8 - name: CONSENT_GIVEN_FLG_(null) dtype: uint8 - name: CONSENT_GIVEN_FLG_N dtype: uint8 - name: CONSENT_GIVEN_FLG_Y dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_(null) dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_AMERICAN INDIAN/ALASKAN NATIVE dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_ASIAN / PACIFIC ISLANDER dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_BLACK dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_BLACK HISPANIC dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_MIDDLE EASTERN/SOUTHWEST ASIAN dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_WHITE dtype: uint8 - name: SUSPECT_RACE_DESCRIPTION_WHITE HISPANIC dtype: uint8 - name: SUSPECT_SEX_(null) dtype: uint8 - name: SUSPECT_SEX_FEMALE dtype: uint8 - name: SUSPECT_SEX_MALE dtype: uint8 - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 1200576.0 num_examples: 8112 - name: test num_bytes: 800384.0 num_examples: 5408 download_size: 483772 dataset_size: 2000960.0 configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* ---