← All projects

PROJECT 057 / 102 · Environment

Carbon monoxide sensor calibration.

Can contemporaneous sensor responses estimate an available reference CO concentration?

Focused analytical studyAir qualityExecuted notebook

THE RESULT

What the data shows

The largest computed metric is 1.018 for Median baseline; the smallest is 0.379 for Extra trees. Metric: mae (CO reference-unit MAE).

This estimates a simultaneous reference reading, not a future concentration. Test dates follow training among observed target rows.

Carbon monoxide sensor calibration — chart from the computed study output
Computed study output. Full values and units are available in the results download.
Computed results · 3 of 3 rows. Values rounded for display; source units and raw column names are retained in the download.
modelmaermser2bias
Median baseline1.0181.348-0.005772-0.1021
Ridge0.38420.64170.7722-0.1292
Extra trees0.3790.62040.7871-0.04536
Download the complete result table ↓

THE METHOD

From source to answer

Chronological regression benchmark using sensors and environmental measurements, excluding other gas references.

The Python source exposes this study’s transformations. The complete project download includes shared preparation and evaluation routines.

EVALUATION

How the result was checked

First 80% of ordered observations train; final 20% test.

6,139Training observations
1,535Test observations

Fixed configurations specified before scoring; no tuning on the holdout.

Target and input features

Target: co_gt

Inputs: pt08_s1_co, pt08_s2_nmhc, pt08_s3_nox, pt08_s4_no2, pt08_s5_o3, t, rh, ah

Download evaluation record ↓

THE NEXT DECISION

What follows from the finding

Validate on a later instrument period before filling reference gaps.

Where the conclusion stops

The -200 sentinel is treated as missing. Reference instruments have incomplete coverage; comparisons use paired observations. Sensor calibration is retrospective, not a health or regulatory compliance assessment.

Related studies may reuse observations or holdouts. These are historical analyses; associations and backtests do not demonstrate commercial impact. Further model tuning needs new, untouched evaluation data.