Skip to content

NYC Vehicle Crash Analysis examines how weather correlates with motor vehicle crashes. The project cleans and consolidates data, merges it with scraped weather data from Wunderground, and evaluates ML models like logistic regression and Gradient Boosting to predict crash severity.

Notifications You must be signed in to change notification settings

nainesh-khanjire/NYC_crash_weather_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of the relationship between New York City Accidents and Weather

Traffic crashes have a significant impact on the world economy and are a leading cause of death and injuries worldwide. More than one-half of all traffic deaths globally occur among people ages 15 to 44, their most productive earning years. This project is developed to understand feature correlations, patterns and analyse trends with the current weather conditions in the area of the accident. To develop this system end to end, first we need to extract vehicle crash dataset from the NYC open data website and web scrape weather data from wunderground website. Traffic crashes have a significant impact on the world economy and are a leading cause of death and injuries worldwide.

link to the deployment > VISUALIZATION DASHBOARD

More than one-half of all traffic deaths globally occur among people ages 15 to 44, their most productive earning years. This project is developed to understand feature correlations, patterns and analyse trends with the current weather conditions in the area of the accident. The data set contains about 2 million records. The next step involves transforming the data set by formatting date and time which is common in both the datasets so that we have familiar data about each incident. We also scraped weather data from wunderground for each weather station in New York and this data is then processed and mapped with the crash data set. This data is used for visualization and prediction analysis using machine learning models such logistic regression, Gradient Boosting, to predict the severity of a motor vehicle accident based on 4 classes such as very high, high, medium, low centred on weather and environmental factors such as temperature, precipitation rate, dew, wind speed and high-risk areas that can warn user based on historical data

Our project flow is >>

About

NYC Vehicle Crash Analysis examines how weather correlates with motor vehicle crashes. The project cleans and consolidates data, merges it with scraped weather data from Wunderground, and evaluates ML models like logistic regression and Gradient Boosting to predict crash severity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages