What it shows
Each point is one driver-season on two skill axes:- Qualifying skill (x): average residual from personal-best Q laps, with traffic and DNQ sessions excluded.
- Race skill (y): average
driver_skill_proxy_mean_sacross race stints fromfct_driver_skill_features. - Q−R delta: qualifying residual minus race residual. Negative means relatively faster in qualifying (qualifying specialist); positive means they gain more in race trim (race specialist).
- Diagonal reference: marks equal qualifying and race skill; distance from it shows the direction and size of specialisation.
A minimum of 3 valid qualifying sessions per season is required for a driver to appear, so part-season entries may be absent.
How to use it
- Select a season from the filter bar; the scatter reloads.
- Read position relative to the diagonal above it = stronger in the race, below it = stronger in qualifying.
- Hover a point for the driver, constructor, and both residuals.
- Export the data with the CSV button to rank drivers by Q−R delta yourself.
Reading the signal correctly
Both axes are already car-corrected, so a qualifying specialist is fast on Saturday relative to what their car explains not simply because they have a fast car. The delta is a style signal, not an overall ranking: a driver can be excellent in both and still sit off the diagonal.Data source
The chart queriesint_qualifying_decomposed (qualifying residuals) and fct_driver_skill_features (race residuals) via DuckDB-Wasm in the browser.
The data window covers 2018–2024.
For the full model definitions, see the
int_qualifying_decomposed reference and the fct_driver_skill_features reference.