Loading
Monsoon 2020: Completed #classroom Weight: 20.0

DA Project RECID

Predict whether an individual will be back to prison

2896
207
83
2383

πŸ•΅οΈ Introduction

 

Recidivism is measured by criminal acts that resulted in rearrest, reconviction or return to prison with or without a new sentence during a three-year period following the prisoner's release.

In this task you will be provided with data and asked to predict weather the indiviual will be back to prison in the three year period or not.


Understand with code! Here is getting started code for you.πŸ˜„

πŸ’Ύ Dataset

This database contains information of criminal history, jail and prison time, demographics and COMPAS risk scores for defendants from Broward County. For each individual there are 14 variables including the target variable. The initial databse that was collecetd has some un wanted information,The data was subsequently preprocessed and reduced to relevant features for classification. The target variable is two_year_recid which indicates recidivism.

πŸ“ Files

Following files are available in the resources section:

  • train.csv - (4222 samples) File that should be used for training. It contains the information about the individual along with the target value.
  • test.csv - (1056 samples) File that will be used for testing. Unlike the training file it contains only the individual information and not the target value.

πŸš€ Submission

  • Prepare a python file which should produce a csv file with name "submission.csv" containing header as label and predicted value as either 0(No) or 1(Yes).
  • Your submission should read the train and test data (available as environment variables) and should write 'submission.csv' containing the predictions for the test set.                                                                                                                                               
  • Sample submission format is available in the resources section of the challenge page as sample_submission.csv.                          Make your first submission here πŸš€ !!

πŸ–Š Evaluation Criteria

During evaluation F1 score will be used to test the efficiency of the model where,

πŸ”— Links

πŸ“± Contact

  • Aditya Khandelwal

πŸ“š References

Leaderboard

01
  GGBSH
0.685
01
0.685
01
0.685
01
0.685
01
0.685