PulseAugur
EN
LIVE 07:34:24

ML engineer builds global PM2.5 air quality forecaster with novel architecture

A machine learning engineer has developed a global air quality forecasting model focused on PM2.5 levels for the US, UK, India, and Australia. The model initially struggled with high-variance regions, but a novel "horizon aligned architecture" improved its predictive accuracy. This architecture decouples forecasting horizons and incorporates a rolling volatility matrix to prevent data leakage, resulting in a Mean Absolute Scaled Error below 1.0 globally and a 57% predictive accuracy over a 30-day horizon. AI

IMPACT This project demonstrates advanced ML techniques for environmental forecasting, potentially inspiring similar applications in other domains.

RANK_REASON The item describes a personal project building a forecasting tool using ML techniques, not a release from a major AI lab or a significant industry event.

Read on r/MachineLearning →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

ML engineer builds global PM2.5 air quality forecaster with novel architecture

COVERAGE [1]

  1. r/MachineLearning TIER_1 (CA) · /u/Divyanshailani ·

    Built a Global AQ (PM2.5) Forecaster ML Model [P]

    <!-- SC_OFF --><div class="md"><p>Hey everyone,</p> <p>I’ve been building an end-to-end Air Quality (PM2.5) forecasting pipeline for 4 countries (US, UK, India, Australia) using 1.6M+ rows of OpenAQ and NASA weather data.</p> <p>The problem i hit (the variance trap):</p> <p>My V7…