← All projects

PROJECT 073 / 102 · Mobility

Fuel economy prediction.

Can technical specifications estimate historical city-cycle fuel economy?

Focused analytical studyFuel economyExecuted notebook

THE RESULT

What the data shows

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

Car names and row identifiers are excluded. Horsepower imputation is fitted only on training observations.

Fuel economy prediction — 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 baseline6.1017.275-0.002077-0.3312
Ridge2.4963.4920.76920.2085
Extra trees1.8852.8050.8510.007504
Download the complete result table ↓

THE METHOD

From source to answer

Fixed grouped-input regression with median and linear baselines.

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

EVALUATION

How the result was checked

Fixed 80/20 split of unique input groups (seed 42); exact input duplicates stay together.

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

Validate on new vehicle designs and test conditions before making engineering predictions.

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.