Part of the Skill family.
Lineage
Overview
13 tests guard this model - 11 generic, 2 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
One row per (driver_id, season).
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Skill |
| Contract enforced | No |
| Tags | driver_rating, era_rating |
| Upstream | int_driver_race_skill_loro |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
driver_season_id | Yes | not_null, unique | Surrogate PK = hash(driver_id, season) | |
driver_id | Yes | not_null | Driver identifier | |
season | Yes | not_null | Race year (integer) | |
n_races | Yes | not_null | Races contributing to this estimate | |
raw_residual_mean_s | Yes | not_null | Unadjusted season mean residual. Negative = faster. | |
shrunk_residual_s | Yes | not_null | Bayesian posterior mean toward season league average. | |
shrunk_residual_se_s | Yes | not_null, expect_column_values_to_be_between | Posterior standard error in seconds. | |
rating_confidence | Yes | not_null, expect_column_values_to_be_between | Data fraction of posterior mass. n_races / (n_races + 5). [0, 1]. |