Skip to content

poshandew/Crime_Data_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕵️‍♂️ Crime Data Analysis & Prediction

This project performs exploratory data analysis and predictive modeling on Indian crime data to uncover patterns, detect trends, and predict the likelihood of case closure.

📁 Dataset

Includes fields like:

  • Date Reported, City, Victim Age, Gender
  • Crime Code & Description
  • Police Deployed, Case Closed status
  • Time to solve the case (Case Solving Days)

🔍 Key Insights

  • Cities with longest/shortest case resolution times
  • Which crimes take longest to solve?
  • Case-solving time distribution
  • Correlation of victim age and gender with closure rate

🤖 Predictive Modeling

Using Random Forest Classifier to predict whether a case will be closed or not.

🔢 Features Importance:

  • Case Solving Days
  • Crime Code
  • Victim Age
  • City

📈 Visualizations

Included via Seaborn and Matplotlib:

  • Histograms, bar plots, heatmaps
  • Feature importance plots

📄 Final Report

Check the outputs/ folder for a polished report in PDF/HTML format.

🚀 How to Run

pip install -r requirements.txt
jupyter notebook

About

Analysis of crime data in India from the period of 2020 - 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published