What it shows
Each driver carries a single wet-advantage figure:- Wet advantage: wet skill residual minus dry skill residual. Positive = the driver is faster (relative to the field model) in wet conditions than their dry-race baseline. It is shrunk toward zero by sample size (a k=6 prior), so low-sample drivers appear closer to neutral.
- Wet flag (
race_wet_flag): fromfct_driver_skill_features; marks a race where weather significantly affected conditions during the timed stint window. - Eligibility: at least 4 wet races and 5 dry races, each with ≥5 clean laps. Drivers below that are excluded.
The skill residual already accounts for car pace, tyre compound, fuel load, and ambient conditions so the wet advantage reflects driver adaptability, not the car’s wet-weather setup.
How to use it
- Read the ranked wet-advantage bars drivers at the top consistently outperform their dry baseline when it rains.
- Remember the shrinkage a driver near zero may simply have few wet races, not zero wet skill.
- Cross-check eligibility only drivers meeting the wet/dry minimums appear; absence is a sample-size statement.
- Export the data to compare wet advantage against career length or era.
Reading the signal correctly
This is a within-driver difference (wet minus that driver’s own dry baseline), so it is not a wet-weather pace ranking a slower driver with a large positive advantage gains more relative to themselves in the rain than a quick driver who is merely consistent.Data source
The chart queriesfct_driver_skill_features via DuckDB-Wasm in the browser, aggregating across each driver’s career.
The data window covers a career aggregation over 2018–2024.
For the full model definition, see the
fct_driver_skill_features reference.