Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techshot25/baltimore-911-calls
Analysis of 911 calls provided by the city of Baltimore.
https://github.com/techshot25/baltimore-911-calls
data-analysis data-science decision-tree-classifier logistic-regression machine-learning machine-learning-algorithms statistics
Last synced: 5 days ago
JSON representation
Analysis of 911 calls provided by the city of Baltimore.
- Host: GitHub
- URL: https://github.com/techshot25/baltimore-911-calls
- Owner: techshot25
- Created: 2019-01-06T04:23:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T04:00:45.000Z (almost 6 years ago)
- Last Synced: 2023-12-23T05:25:10.580Z (11 months ago)
- Topics: data-analysis, data-science, decision-tree-classifier, logistic-regression, machine-learning, machine-learning-algorithms, statistics
- Language: Jupyter Notebook
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Baltimore 911 calls
This code looks at the dataset `911_calls_for_service.csv` which contains over 22.4 million 911 calls made in the city of Baltimore. I will clean up the dataset to focus on the relationship between **call time**, **priority**, and **district**. I intend to train a classifier to accurately predict the **priority** of a given call based on the **call time** and **district**.This dataset records the time, location, priority, and reason for calls to 911 in the city of Baltimore.
The file `911_calls_for_service_SAMPLE.csv` only displays the first 1000 rows. The original dataset is over 200 MB and can be downloaded from the links in the acknowledgements below.
## Acknowledgements
Thanks for Kaggle for making this set available. Visit [kaggle.com](https://www.kaggle.com/) if you need publicly available datasets for data analysis practice.This particular dataset was retrieved from [here](https://www.kaggle.com/sohier/baltimore-911-calls/home) on January 6, 2019.
This dataset was kindly made available by the City of Baltimore. They update the data daily; you can find the original version [here](https://data.baltimorecity.gov/Public-Safety/911-Police-Calls-for-Service/xviu-ezkt).