Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliuqiong/ibm_coursera_capstone
IBM Coursera Capstone: Seattle Car Collision Severity Factors
https://github.com/eliuqiong/ibm_coursera_capstone
car-accident coursera-capstone ibm injury-severity-score ipynb-jupyter-notebook seattle
Last synced: about 2 months ago
JSON representation
IBM Coursera Capstone: Seattle Car Collision Severity Factors
- Host: GitHub
- URL: https://github.com/eliuqiong/ibm_coursera_capstone
- Owner: eliuqiong
- Created: 2020-09-28T19:41:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T21:18:46.000Z (about 4 years ago)
- Last Synced: 2024-11-13T08:42:01.194Z (about 2 months ago)
- Topics: car-accident, coursera-capstone, ibm, injury-severity-score, ipynb-jupyter-notebook, seattle
- Language: Jupyter Notebook
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM Coursera Capstone: Seattle Car Collision Severity factors
![Python 3.6](https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7-blue.svg)
## Describe project
It is always rainy and windy in Seattle, and on the way, you always come across a terrible traffic jam on the other side of the highway, with long lines of cars barely moving. It would be great if there is something in place that could warn you, given the weather and the road conditions about the possibility of you getting into a car accident and how severe it would be, so that you would drive more carefully or even change your travel if you are able to.
## Objective
Luckily enough, The Seattle Police Department (SPD) has recorded all car collision accident from 2004 to present. Basing on those historical data (194,673 records), we can create a map and information chart to help us understand the high-risk areas, understand car injury factors to avoid accident, and plan our next trip to Seattle better.
## Datasource
The datasource is:
http://data-seattlecitygis.opendata.arcgis.com/datasets/5b5c745e0f1f48e7a53acec63a0022ab_0.csv## Algoritms
### Overall Result
### - K nearest neighbors
### - The Decision Tree Analysis
### - Logistic regression
- Support Vector Machine (SVM)
## Requirements
- Python 3.7.3 or more
```sh
sudo apt-get install Python3.7.3
```- pip
```
sudo apt-get install python3-pip
```- Python Virtual Environment
```sh
pip3 install --user virtualenv==16.6.0
```- Git
```sh
sudo apt-get install git
```## Running
1. Clone this repository
```sh
clone eliuqiong/IBM_Coursera_Capstone
cd challenge-keyrus
```2. Choose which environment to running
- [local](src/environment/README.md)
- [virtual environment](src/environment/README.md)
- [container](src/environment/README.md)3. In terminal running command `jupyter-notebook` and navigate in this repository: `notebooks`