a-memme / arlington_crime_density

Exploration, analysis and forecasting of crime density in Arlington VA from 2016-2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arlington Crime Density - 2016 to Feb 2024

Exploration, analysis and forecasting of crime density in Arlington VA from 2016-2024.

Cumulative Masters Program Project by Andrew Memme, Evan Nunez, James McMullen, Curtis Wideman, and Lukas Santoso

Instructions

Click the link below to interact with our Crime Density Dashboard. Two tabs display interactive visualizations focusing on predictive crime density, and how trends have changed over time and space:

Crime Density Dashboard

Crime Density by Zip Code

  • Use this tab to view cumulative crime density by zip code in Arlington VA.
  • Click on the zip code of choice to view projected crime occurrence for that region over a selected time frame.
  • Crime type can also be used as a filter to compare historical and forecasted density of different regions.

image

Crime Density Timelapse

  • Use this tab to view how crime density trends have changed over time and space.
  • The timelapse feature can be used to view trends over different time aggregations (i.e yearly, monthly, day of week, etc trends)

image

Enjoy visualizing!

Summary of Files:

  • Data Collection, Cleaning and Wrangling data_cleaning/:

    • Navigate to this folder to view preliminary notebooks and datasets derived through the data collection and eda stages.
    • Core crime density data scraped from Arlington County Daily Crime Report
  • Analysis and Modeling ml_files/

    • Model training, evaluation and testing.
  • App Code:

    • methods.py
    • app.py

About

Exploration, analysis and forecasting of crime density in Arlington VA from 2016-2024


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%