The project focuses on achieving the following objectives:
- Analyze and visualize patterns in motor vehicle collisions.
- Develop machine learning models to predict collision risk levels.
- Provide recommendations based on the analysis to improve road safety.
The project employs three distinct modeling approaches:
- Cluster Analysis Model: Utilizing K-means clustering to identify major vehicle types associated with collisions.
- Linear Regression for Accidents Prediction: Predicting the number of accidents in an area over time using linear regression.
- Decision Tree Classifier: Classifying the risk level associated with accidents based on factors such as vehicle types, contributing factors, and counts of injuries and fatalities.
- The cluster analysis identifies three major clusters, each associated with specific vehicle types involved in collisions.
- The linear regression model predicts the number of accidents over time, providing insights for proactive planning.
- The decision tree classifier categorizes accidents into risk levels, aiding in understanding factors contributing to severity.