eliuqiong / IBM_Coursera_Capstone

IBM Coursera Capstone: Seattle Car Collision Severity Factors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM Coursera Capstone: Seattle Car Collision Severity factors

Python 3.6

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
sudo apt-get install Python3.7.3
  • pip
sudo apt-get install python3-pip
  • Python Virtual Environment
pip3 install --user virtualenv==16.6.0
  • Git
sudo apt-get install git

Running

  1. Clone this repository
clone eliuqiong/IBM_Coursera_Capstone
cd challenge-keyrus
  1. Choose which environment to running
  1. In terminal running command jupyter-notebook and navigate in this repository: notebooks

About

IBM Coursera Capstone: Seattle Car Collision Severity Factors


Languages

Language:Jupyter Notebook 100.0%