pavement-peer-review/asphalt-va-predictor
0
Asphalt Air Void (Va%) Predictor
XGBoost model predicting air void content in compacted asphalt mixes from mix design inputs alone — no destructive testing required. Trained using Leave-One-Domain-Out (LODO) cross-validation across 9 published studies (356 specimens, 13 composite domains).
LODO R² = 0.850 · SET_FINAL features: BC, CA, Gse, F, Gmm
Live demo
[Open in browser — no installation needed] https://huggingface.co/spaces/pavement-peer-review/asphalt-va-predictor
Cite this software
[Authors] et al. (2026). Asphalt Air Void Predictor [Software]. Submitted for peer review.
Run locally
pip install -r requirements.txt
streamlit run app_streamlit.pyInputs
The app computes Gse and Gmm internally (AASHTO formulas).
Output
- Predicted Va (%) — full model (trained on all 13 domains)
- Domain status — IN DOMAIN / BORDERLINE / OUT OF DOMAIN (based on P5–P95 of training data)
- LODO ensemble plot — 13 predictions, one per leave-one-domain-out model; spread quantifies generalisation uncertainty
- Batch mode — upload Excel, download results with colour-coded domain status
Model limitations
Not valid for: porous asphalt, SMA, gap-graded mixes, Va > ~11%, mixes with no filler. Extrapolation outside the training feature space is flagged automatically.
