NIJ's Recidivism Challenge Test Dataset1
Department of Justice
@usgov.doj_gov_nijs_recidivism_challenge_test_dataset1
Department of Justice
@usgov.doj_gov_nijs_recidivism_challenge_test_dataset1
NIJ's Recidivism Challenge - Data Provided by Georgia Department of Community Supervision, Georgia Crime Information Center.
The initial test dataset is the remaining 30% of the population used in the Challenge. This dataset does not have the dependent variable as that is what you are intended to forecast.
Organization: Department of Justice
Last updated: 2023-08-13T09:34:00.281272
Tags: challenge, community-corrections, corrections, forecasting
CREATE TABLE nij_s_recidivism_challenge_test_dataset1_download (
"id" BIGINT,
"gender" VARCHAR,
"race" VARCHAR,
"age_at_release" VARCHAR,
"residence_puma" BIGINT,
"gang_affiliated" VARCHAR,
"supervision_risk_score_first" DOUBLE,
"supervision_level_first" VARCHAR,
"education_level" VARCHAR,
"dependents" VARCHAR,
"prison_offense" VARCHAR,
"prison_years" VARCHAR,
"prior_arrest_episodes_felony" VARCHAR,
"prior_arrest_episodes_misd" VARCHAR,
"prior_arrest_episodes_violent" VARCHAR,
"prior_arrest_episodes_property" VARCHAR,
"prior_arrest_episodes_drug" VARCHAR,
"prior_arrest_episodes_ppviolationcharges" VARCHAR,
"prior_arrest_episodes_dvcharges" BOOLEAN,
"prior_arrest_episodes_guncharges" BOOLEAN,
"prior_conviction_episodes_felony" VARCHAR,
"prior_conviction_episodes_misd" VARCHAR,
"prior_conviction_episodes_viol" BOOLEAN,
"prior_conviction_episodes_prop" VARCHAR,
"prior_conviction_episodes_drug" VARCHAR,
"prior_conviction_episodes_ppviolationcharges" BOOLEAN,
"prior_conviction_episodes_domesticviolencecharges" BOOLEAN,
"prior_conviction_episodes_guncharges" BOOLEAN,
"prior_revocations_parole" BOOLEAN,
"prior_revocations_probation" BOOLEAN,
"condition_mh_sa" BOOLEAN,
"condition_cog_ed" BOOLEAN,
"condition_other" BOOLEAN
);Anyone who has the link will be able to view this.