ENGR-125 | Machine Learning Regression
This project focuses on predicting Nitrogen Oxide (NOx) pollution using traffic and environmental variables (humidity, temperature, windspeed, car/truck counts, and wind direction). NOx exposure is strongly linked to respiratory issues and can worsen asthma symptoms over time, making accurate prediction valuable for public health and environmental engineering.
') }}"
"Traffic dataset shown in Excel"
The dataset was cleaned by removing date/time columns, inspecting missing values, and splitting the data into training and testing sets. PM2.5 was excluded due to its similarity with NOx, which created issues during training and prediction.
}}"
"Model results: predicted vs actual / training performance"
The trained model showed a noticeable relationship between humidity levels and NOx output. Predicted vs. actual plots showed a reasonable fit, with some variance remaining in edge cases. Loss curves indicated the model learned meaningful patterns without extreme overfitting.
This model can help environmental engineers and scientists forecast NOx pollution trends and support decisions related to traffic planning, emissions reduction, and public health protection.