Part of the Skill family.
Lineage
Overview
21 tests guard this model - 18 generic, 3 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, circuit_id, era_key).
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Skill |
| Contract enforced | No |
| Tags | driver_rating, driver_affinity |
| Upstream | int_driver_race_skill_loro |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
driver_circuit_era_id | Yes | not_null, unique | Surrogate PK = hash(driver_id, circuit_id, era_key) | |
driver_id | Yes | not_null | Driver identifier | |
circuit_id | Yes | not_null | Physical-circuit identifier (slug of circuit_name). Collapses event-slug aliases (renamed events, double-headers) onto one venue. | |
circuit_name | Yes | not_null | Canonical circuit display name for this circuit_id. | |
era_key | Yes | not_null, accepted_values | Regulation era. pre2022 = 2018–2021, post2022 = 2022–2024. | |
era_label | Yes | not_null | Human-readable era span (‘2018–2021’ / ‘2022–2024’). | |
n_obs | Yes | not_null | Number of race-residual observations backing this estimate within the era | |
seasons_observed_n | Yes | not_null | Count of distinct seasons the driver raced at this circuit within the era | |
raw_affinity_s | Yes | not_null | Unshrunk observed mean residual at this circuit-era. Negative = faster. | |
shrunk_affinity_s | Yes | not_null | Bayesian posterior mean. Pulled toward the driver’s within-era global mean. | |
shrunk_affinity_se_s | Yes | not_null, expect_column_values_to_be_between | Posterior standard error in seconds. Non-negative. | |
shrunk_affinity_ci_low_s | Yes | not_null | Lower bound of 95% credible interval | |
shrunk_affinity_ci_high_s | Yes | not_null | Upper bound of 95% credible interval | |
affinity_confidence | Yes | not_null, expect_column_values_to_be_between | Data fraction of posterior mass. n_obs / (n_obs + 5). [0, 1]. |