p10, p50, p90) makes a specific, falsifiable claim: the [p10, p90] band covers the true next-lap pace change 80% of the time. This page shows the maths behind how that claim is measured and corrected.
Coverage numbers
The raw quantiles are already calibrated: empirical coverage (0.810) lands within ~0.010 of the nominal target (0.800), marginally on the conservative (over-wide) side. The split-conformal correction pulls it to 0.802 essentially nominal via a small negative offset () that tightens the slightly-too-wide raw band. In plain terms:
When the model says “pace loss next lap will fall between A and B seconds,” it is right approximately four times in five. The interval averages ~1.24 seconds wide on held-out data.
How coverage is measured
Coverage is the fraction of held-out laps whose actual degradation lands inside the predicted band: where is the true next-lap degradation jump and is the model’s interval for that lap.The split-conformal (CQR) correction
The split-conformal quantile regression (CQR) approach provides a finite-sample coverage guarantee without refitting any model. It splits the evaluation set into a calibration half and a test half. Step 1 conformity score. On the calibration half, measure how far the truth fell outside the predicted band for each lap: means the truth was seconds outside the band. means the truth sat inside with slack. Step 2 empirical quantile. Take the empirical quantile of the conformity scores (): Step 3 shift the band. Form the conformalised interval: When (the raw quantiles were too narrow), the band widens. When (the raw quantiles were already conservative), the band tightens. The finite-sample guarantee is that coverage on the test half is .Confirms, not rescues
Confirms, not rescues
Here a negative offset. The raw quantiles were already conservative (0.810 > 0.800), and the conformal step tightens the band slightly to bring coverage closer to nominal. The CQR step is doing its job of confirming calibration, not of rescuing a miscalibrated model.If the raw quantiles had produced 0.65 empirical coverage, the conformal step would have widened the band substantially until the guarantee was met but it would also have flagged that the underlying quantile model was poorly calibrated. The fact that is tiny and negative here is evidence that the pinball-loss training objective already produces well-calibrated quantiles.
Calibration plot

Relationships
Validation
The broader validation context season-grouped CV, leakage spine, adversarial probe, and holdout policy.
Models
Pinball loss the training objective that produces the calibrated quantiles in the first place.
Evaluation gates
The CI test that asserts calibration coverage is computed and matches the card on every build.
Model Reference
The live coverage numbers always reflecting the most recent
ml-evaluate run.