Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.71 KB

File metadata and controls

29 lines (22 loc) · 1.71 KB

Predicting Crime Resolution in LA

Supervised ML model(classification) trained on LAPD data with attributes like crime location and time of occurance along with victim details. Random Forest and XGBoost algorithms used to determine if a given crime will remain unresolved along with the probabilty of resolution.

Data

image

Trends in LA Crime

image

  • Decreasing trend in resolved crimes (green) and icrease in unresolved crimes(red)
  • Ratio decreases from 1:3in June 2018to 1:7 in June 2023

Location based crime analysis (link)

image
Tableau was used to visualize year-on-year resolution percentage across different counties of LA. Refer to link for intercative graph.

Analysis based on Victim details (link)

image

The above visualizations clearly showed the growing disparity in resolved and unresolved crimes on the basis of different attributes like location, premise, weapon use, race and age.

Model

image image image