Road-Traffic-Severity-Classification

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.

In this, an attempt is made to predict the severity of a traffic accident.

The target feature is Accident_severity which is a multi-class variable. The task is to classify this variable based on the other 31 features.

The metric used for evaluation is f1-score

You can check the live app