项目作者: chrisPiemonte

项目描述 :
基于空间数据的关联规则挖掘犯罪分析
高级语言: Jupyter Notebook
项目地址: git://github.com/chrisPiemonte/crime-analysis.git


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:

    1. conda create name crime_env python=2.7

  2. Switch to that environment:

    1. source activate crime_env

  3. Install requirements:

    1. pip install -r ./requirements.txt

  4. Check the examples:

    1. jupyter-notebook