PM2.5 Estimation
LightGBM model, 18 features, square-root target
- Tujuan
- Estimate PM2.5 everywhere that has no sensor.
- Cara
- Indonesia is divided into 77,226 five-kilometre cells. A LightGBM model learns from 19,455 daily observations using 18 features: weather, emissions, elevation, land use, population density, satellite imagery, and seasonal markers. The target is square-root transformed and squared back afterwards.
- Hasil
- PM2.5 estimates for all 77,226 cells, averaged across 54 representative dates.
- Dampak
- A national pollution map covering the whole landmass, not just the area around sensors.
Why 158 labelled cells shrink to 52 used for training: 158 cells carry a PM2.5 label, 157 of them fall inside the land grid, and only 52 have labels dated inside the satellite feature window so they can be paired up.