Machine learning analysis demonstrating that ozone exposure variability predicts county-level CVD mortality better than mean concentrations (
If you use this code or data, please cite:
Godinez, Alejandro. 2025. Ozone Exposure Variability Outweighs Mean Concentrations in Predicting Cardiovascular Disease Mortality: A Machine Learning Analysis of US Counties. doi:10.13140/RG.2.2.29414.95048.
Important: The original CDC and EPA data sources were removed from public access in January 2025 following policy changes.
All original datasets and intermediate files used in this analysis are preserved in this Google Drive folder: [link]
- For full reproduction: Download the entire folder (190 GB) and run
data_preparation.ipynb - To run analysis only: Download just
merged_final_df.feather(151 MB) and the model files, then runrandom_forest.ipynb
- CDC Division for Heart Disease and Stroke Prevention Cardiovascular Disease Mortality (2001-2014)
- CDC Environmental Public Health Tracking Program Daily Ozone Data [link]
- US Census Population Estimates by County [Link]
The Google Drive serves as archive since some original sources are no longer accessible.