Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.95 KB

File metadata and controls

27 lines (16 loc) · 1.95 KB

Ozone Exposure and Cardiovascular Disease Mortality Analysis

Machine learning analysis demonstrating that ozone exposure variability predicts county-level CVD mortality better than mean concentrations ($R^2=0.47$).

Preprint: Ozone Exposure Variability Outweighs Mean Concentrations in Predicting Cardiovascular Disease Mortality

Citation

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.

Data Availability Notice

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 run random_forest.ipynb

Original Data Sources (archived):

  • 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.