All Projects β†’ chrisPiemonte β†’ Crime Analysis

chrisPiemonte / Crime Analysis

Association Rule Mining from Spatial Data for Crime Analysis

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crime Analysis

Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+10885%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn, matplotlib
Ml Workspace
πŸ›  All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+11585%)
Mutual labels:  jupyter-notebook, data-science, jupyter, anaconda, scikit-learn
Machinelearningcourse
A collection of notebooks of my Machine Learning class written in python 3
Stars: ✭ 35 (+75%)
Mutual labels:  jupyter-notebook, data-science, jupyter, pandas, scikit-learn
Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (+1240%)
Mutual labels:  jupyter-notebook, jupyter, pandas, spatial-analysis, matplotlib
Ds and ml projects
Data Science & Machine Learning projects and tutorials in python from beginner to advanced level.
Stars: ✭ 56 (+180%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn, matplotlib
Opendatawrangling
곡곡데이터 뢄석
Stars: ✭ 148 (+640%)
Mutual labels:  jupyter-notebook, jupyter, pandas, matplotlib
Cheatsheets.pdf
πŸ“š Various cheatsheets in PDF
Stars: ✭ 159 (+695%)
Mutual labels:  jupyter-notebook, jupyter, pandas, scikit-learn
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+110140%)
Mutual labels:  data-science, pandas, scikit-learn, matplotlib
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (+1040%)
Mutual labels:  jupyter-notebook, pandas, scikit-learn, matplotlib
Data Science For Marketing Analytics
Achieve your marketing goals with the data analytics power of Python
Stars: ✭ 127 (+535%)
Mutual labels:  jupyter-notebook, data-science, pandas, matplotlib
Learnpythonforresearch
This repository provides everything you need to get started with Python for (social science) research.
Stars: ✭ 163 (+715%)
Mutual labels:  jupyter-notebook, data-science, jupyter, pandas
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (+1125%)
Mutual labels:  jupyter-notebook, jupyter, pandas, matplotlib
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (+1335%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn
Lantern
Data exploration glue
Stars: ✭ 292 (+1360%)
Mutual labels:  data-science, jupyter, pandas, matplotlib
Data Science Portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 559 (+2695%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+9240%)
Mutual labels:  jupyter-notebook, jupyter, pandas, scikit-learn
Data Science Projects With Python
A Case Study Approach to Successful Data Science Projects Using Python, Pandas, and Scikit-Learn
Stars: ✭ 198 (+890%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+1805%)
Mutual labels:  jupyter-notebook, data-science, pandas, matplotlib
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (+415%)
Mutual labels:  jupyter-notebook, data-science, pandas, matplotlib
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+7480%)
Mutual labels:  jupyter-notebook, data-science, pandas, scikit-learn

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].