Part of the Strategy family.
Lineage
Overview
9 tests guard this model - 8 generic, 1 singular.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Empirical circuit-specific pit-lane loss prior, read by int_pit_strategy_value in place of the largely-imputed circuit_reference constant.
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Strategy |
| Contract enforced | No |
| Upstream | stg_track_status, stg_results, dim_circuits, stg_laps, stg_pits |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
circuit_slug | Yes | not_null, unique | Event identifier (race name slug); recurs across seasons. PK. | |
circuit_id | Yes | not_null | Physical-venue identifier the estimate is pooled on. Several event slugs can share one circuit_id (british / 70th_anniversary, brazilian / são_paulo, mexican / mexico_city, austrian / styrian) and then carry identical values by construction. | |
n_stops | Yes | not_null | Number of clean green-flag pit stops observed at this physical venue. | |
pit_loss_s_empirical | Yes | not_null, expect_column_values_to_be_between | Median empirical pit-lane loss (seconds) across observed stops. | |
pit_loss_s_shrunk | Yes | not_null, expect_column_values_to_be_between | Pit-lane loss EB-shrunk toward the global median (pseudo-count pit_loss_prior_stops). |