← All projects

PROJECT 041 / 102 · Materials

Concrete strength prediction.

Can mix measurements predict strength beyond a median baseline on unseen formulations?

Focused analytical studyConcrete strengthExecuted notebook
4.34 MPamean absolute error on unseen mix formulations

THE RESULT

What the data shows

The largest computed metric is 13.2 for Median baseline; the smallest is 4.341 for Extra trees. Metric: mae (MPa MAE).

All ages of an identical composition stay in the same split; this prevents repeated-formulation overlap.

Concrete strength 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 baseline13.216.28-0.01351-1.879
Ridge8.00110.070.61171.088
Extra trees4.3415.6710.8770.421
Download the complete result table ↓

THE METHOD

From source to answer

Grouped composition split, fixed Ridge and Extra Trees benchmarks, original-unit errors.

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.

836Training observations
194Test observations

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

Target and input features

Target: strength

Inputs: cement, slag, fly_ash, water, superplasticizer, coarse_aggregate, fine_aggregate, age

Download evaluation record ↓

THE NEXT DECISION

What follows from the finding

Assess external laboratory generalization before any engineering application.

Where the conclusion stops

Laboratory observations do not certify a construction mix. Composition and curing conditions are confounded. Models require independent engineering validation and cannot replace strength testing.

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.