← All projects

PROJECT 074 / 102 · Mobility

Later-model fuel economy transfer.

How do specification-based models perform on later model years?

Focused analytical studyFuel economyExecuted notebook

THE RESULT

What the data shows

The largest computed metric is 11.95 for Median baseline; the smallest is 3.798 for Extra trees. Metric: mae (MPG MAE).

The split is by ordered records and may split the boundary year; it does not imply exact release-date chronology.

Later-model fuel economy transfer — chart from the computed study output
Computed study output. Full values and units are available in the results download.
Computed results · 3 of 3 rows. Values rounded for display; source units and raw column names are retained in the download.
modelmaermser2bias
Median baseline11.9513.31-3.94-11.89
Ridge4.1745.520.1501-2.948
Extra trees3.7985.1780.2523-2.775
Download the complete result table ↓

THE METHOD

From source to answer

Chronological-by-model-year evaluation; fixed baseline and regression models.

The Python source exposes this study’s transformations. The complete project download includes shared preparation and evaluation routines.

EVALUATION

How the result was checked

First 80% of ordered observations train; final 20% test.

318Training observations
80Test observations

Fixed configurations specified before scoring; no tuning on the holdout.

Target and input features

Target: mpg

Inputs: cylinders, displacement, horsepower, weight, acceleration, model_year, origin

Download evaluation record ↓

THE NEXT DECISION

What follows from the finding

Compare temporal transfer with random grouped evaluation to understand extrapolation limits.

Where the conclusion stops

Historical city-cycle vehicle observations are not current fleet performance. Vehicle mix and model year are confounded. A '?' horsepower value means missing, not zero.

Related studies may reuse observations or holdouts. These are historical analyses; associations and backtests do not demonstrate commercial impact. Further model tuning needs new, untouched evaluation data.