Part of the Residual family.
Lineage
Overview
11 tests guard this model - 10 generic, 1 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 lap per sector (3 rows/lap).
| Property | Value |
|---|---|
| Layer | intermediate |
| Family | Residual |
| Contract enforced | No |
| Tags | feature_engineering |
| Upstream | stg_sector_times, stg_laps, int_lap_residual_decomposed, int_lap_air_state |
| Column | Type | Nullable | Tests | Description |
|---|---|---|---|---|
sector_id | Yes | not_null, unique | PK = lap_id || ‘_S’ || sector. Matches stg_sector_times convention. | |
lap_id | Yes | not_null | FK to stg_laps | |
sector | Yes | not_null, accepted_values | Sector number (1, 2, or 3) | |
sector_time_s | Yes | not_null | Raw sector time in seconds | |
sector_pace_delta_s | Yes | not_null | sector_time_s minus rolling ±3 lap field sector median | |
sector_driver_skill_residual_s | Yes | not_null | Closure residual after all 6 allocated components | |
sector_total_explained_s | Yes | not_null | Sum of the 6 allocated components | |
dominant_component_class | Yes | accepted_values | Component with the largest absolute value among the 6 allocated components. Values: fuel, compound, rubber, ambient, constructor, dirty_air |