What it shows
The table ranks drivers by the gap between projection and result:- Ghost-projected position (
fct_ghost_race_finish): each driver’s lap times recombined with a chosen host constructor’s car pace, then re-ranked by predicted cumulative race time. - Delta: projected minus actual finish. A negative delta means the model projected a better finish than actually occurred the driver was under-rewarded.
- Confidence: how well the host constructor’s pace is estimated from panel data; more races with that team means higher confidence.
Only scenarios where
avg_recombination_confidence ≥ 0.3 are included, and short runs with too few laps for a reliable estimate are excluded.How to use it
- Pick a host constructor from the filter bar; projections re-score against that car.
- Sort by delta to surface the most under-rewarded drives.
- Read confidence before trusting a large delta a low-confidence host pace makes the projection noisier.
- Use the identity check as a sanity test: when the host equals the driver’s own team, projected should equal actual.
Reading the signal correctly
The delta is pace versus result, not an injustice ledger strategy, safety cars, and incidents legitimately move finishing positions in ways a pace projection cannot see. A negative delta says “faster than the result”, not “robbed”.Data source
The chart queriesfct_ghost_race_finish via DuckDB-Wasm in the browser.
The data window covers 2018–2024.
For the full model definition, see the
fct_ghost_race_finish reference.