Applications and Model Building for DoT Prompt 1 (Hazmat Incidents)
In order to address the Department of Transportation prompt, the team has developed two tools which assist in detecting and predicting traffic related incidents.
The first tool is a model to predict the number of incidents that involved hazardous materials for a month in a particular state. The model was developed taking into account various publicly available data sources such as records on land development applications, employment data in energy related sectors, oil prices, and more.
- The website of the bureau of land management for oil and gas statistics:
- The bureau of labor statistics for sector related employment:
- The office of hazardous material safety incident database:
A Random Forest model was built using features from employment data from BLS and Oil and gas statistics data to predict number of Hamzat incidences at the state level. Further details can be found in the markdown document which describes the model selecion and building process:
- Markdown Report
- The model uses features of employment from BLS and Oil and gas statistics
The model projection and actual data by state can be accessed and visualized through an interactive front-end tool.
The second tool monitors the number of fatalities as well as the number of reported incidences involving hazardous materials and flags breakouts in trends using an anomaly detection algorithm. This can be used in real time for early detection of accumulations of incidents and accidents to trigger a fast investigation on the underlying problem.
Both tools have proven basic capabilities and can be further enhanced through a more thorough development. For instance, predictive capability of the model can be improved through taking into account further detailed and more granular data sources as they become available. This project has identified features and areas that can be used to inform possible preventative measures that the Department of Transportation can take to prevent Hazmat related incidents.
####Contributors:
- Jude Cavillo
- Rocio Ng
- Wade Fuller
- Tyler Field
- Catherine Zhang
- Daniel Schweigert
- Ben Lucas