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.
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.
The datasource is: http://data-seattlecitygis.opendata.arcgis.com/datasets/5b5c745e0f1f48e7a53acec63a0022ab_0.csv
- Support Vector Machine (SVM)
- 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
- Clone this repository
clone eliuqiong/IBM_Coursera_Capstone
cd challenge-keyrus
- Choose which environment to running
- In terminal running command
jupyter-notebook
and navigate in this repository:notebooks