Skip to content

chrisPiemonte/crime-analysis

Repository files navigation

Association Rule Mining from
Spatial Data for Crime Analysis

Abstract

The aim of this project is to examine data regarding the spatial distribution of crimes committed within a year in the city of Charlotte - NC, in the United States of America. There are data collected from about 60,000 crimes, as well as district census data and information on commercial business activities.

Therefore, we intend to apply algorithms for the discovery of Association Rules between variables, so look for associations between the available information. The Knowledge Discovery process is applied and filters are applied to rules to select only rules with the type of crime in the consequent, because these were those more relevant as they showed where, at the occurrence of the conditions present in the antecedent of the rule, the various types of crime are more likely to manifest.

Alcoholic Drinking Places Crimes

Setup

I suggest to setup a virtual environment using miniconda

  1. Create an environment with python 2.7:

    conda create --name crime_env python=2.7

  2. Switch to that environment:

    source activate crime_env

  3. Install requirements:

    pip install -r ./requirements.txt

  4. Check the examples:

    jupyter-notebook