Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vedanthv/road-traffic-accident-severity-classification

An end to end road traffic severity classification ML solution based on real world data of accidents in Nigeria
https://github.com/vedanthv/road-traffic-accident-severity-classification

data-science machine-learning python

Last synced: about 6 hours ago
JSON representation

An end to end road traffic severity classification ML solution based on real world data of accidents in Nigeria

Awesome Lists containing this project

README

        

# Road Traffic Accident Severity Classification

![road_traffic](https://user-images.githubusercontent.com/44313631/178222800-9d70bd6a-665a-42ae-84a0-45e0ea25e40a.jpg)

## Problem Description

Every year the lives of approximately 1.3 million people are cut short as a result of a road traffic crash. Between 20 and 50 million more people suffer non-fatal injuries, with many incurring a disability as a result of their injury.

Road traffic injuries cause considerable economic losses to individuals, their families, and to nations as a whole. These losses arise from the cost of treatment as well as lost productivity for those killed or disabled by their injuries, and for family members who need to take time off work or school to care for the injured.

This data set is collected from Addis Ababa Sub-city police departments for master's research work. The data set has been prepared from manual records of road traffic accidents of the year 2017-20.

All the sensitive information has been excluded during data encoding and finally it has 32 features and 12316 instances of the accident. Then it is preprocessed and for identification of major causes of the accident by analyzing it using different machine learning classification algorithms.

## Overview of the Project

Read this [blog]("https://vedanthvbaliga.netlify.app/blog/road-traffic-accident-classification/") for a complete understanding of the project right from the preliminary analysis to explanable AI with SHAP! PS : Blog is under draft but you can read it as and when its updated.