Predicting accident severity and casualties using Random Forest models with focus on feature analysis and real-world interpretability
This project focuses on developing machine learning models to predict traffic accident severity and expected casualties. Using Random Forest algorithms, the system analyzes various traffic-related features to provide accurate predictions that can help in emergency response planning and traffic safety improvements.
The model emphasizes real-world interpretability, ensuring that predictions are not only accurate but also actionable for traffic management authorities and emergency services.
Multi-class prediction of accident severity levels based on environmental and traffic conditions
Regression model to estimate expected number of casualties for resource allocation
Comprehensive analysis of contributing factors like weather, road conditions, and time of day
Optimized for quick predictions to support emergency response systems
The model successfully identified weather conditions, time of day, and road type as the most significant factors in predicting accident severity, providing actionable insights for traffic safety planning.
The dataset had significantly more minor accidents than severe ones. Addressed using SMOTE (Synthetic Minority Over-sampling Technique) and class weight adjustment.
Ensured model predictions are explainable using SHAP values and feature importance plots, making it practical for traffic authorities to use.
Developed intelligent imputation strategies based on temporal and spatial correlations in the traffic data.