Skip to content

The data was obtained from Torontopolice of Ontario, Canada. This dataset includes all Major Crime Indicators (MCI) occurrences by reported date and various other details related to location, day and time of the crime. Based on this feature, I attempt to predict which the category of crime

Notifications You must be signed in to change notification settings

shilpasy/CrimeCategoryPrediction_Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CrimeCategoryPrediction

The CrimeCategoryPrediction project uses data from the Toronto Police of Ontario, Canada, which includes information about major crime indicators (MCI) such as the date and time of the crime, and its location. The goal of this project is to predict the category of crime based on this information.

The categories of crime include Assault, Break and Enter, Theft Over, Robbery, and Auto Theft. The model uses data about the neighborhood, date and time of occurrence, premises type, and other relevant details to make its predictions.

By predicting the category of crime, one can identify patterns in criminal activity. This can help law enforcement agencies to focus their efforts on certain types of crimes or areas where particular crimes are more prevalent. Based on such information, police can increase their patrols in that area to prevent and deter criminal activity. If I can combine this model with statistics on homicide data, the usefulness should be justified even further.

This is an initial version of the model, and there is room for improvement. While working on this project, I have learned

  • how to encode categorical labels
  • how to handle mixed features that include both numerical and categorical data types
  • how to balance your data when your have categorical labels

About

The data was obtained from Torontopolice of Ontario, Canada. This dataset includes all Major Crime Indicators (MCI) occurrences by reported date and various other details related to location, day and time of the crime. Based on this feature, I attempt to predict which the category of crime

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published