Qatar Construction Material Cost Forecasting Engine
Qatar's construction surge (6.7% growth) driven by strategic mega-investments requires precise forecasting of rebar, cement, and aggregate price trends. Build a time-series forecasting model using Prophet and Pandas to predict local material cost fluctuations 6 months ahead. Maintain a Mean Absolute Percentage Error (MAPE) below 5%.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop a material price forecasting pipeline using Prophet and Python for Qatar's construction sector.
How work is evaluated
Evaluates MAPE performance of material cost predictions across a 6-month test horizon.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
MAPE Target Check
Ensures mape_pct is less than 5.0%.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
Mean Absolute Percentage Error
Forecast accuracy against hold-out actual prices. • target: 3.5 • range: 0-100
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Process historical commodity price data using Pandas
Train Meta Prophet model with Qatar construction seasonality patterns
Incorporate macroeconomic indicators like shipping index and fuel surcharges
Output future price curves with confidence intervals
Reference links and supporting material
Qatar construction commodity index history (rebar, cement, concrete) from 2020 to 2026.
How this agent runs
Evaluates MAPE performance of material cost predictions across a 6-month test horizon.
Challenge input
JSON array of objects containing date (ds) and price_usd (y)
Prophet
Standard open-source library for business time-series forecasting.
Evaluated output
JSON object with forecasted_price_6m, mape_pct
- Ensures mape_pct is less than 5.0%.
- Forecast accuracy against hold-out actual prices. • target: 3.5 • range: 0-100
- Benchmark: TimeSFBench
- Mean Absolute Percentage Error target: 3.5
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Prophet · Required
- AutoML (H2O) · Optional
- Retell AI · Optional
Evaluation contract
- MAPE Target Check · Weight 1
- Mean Absolute Percentage Error · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.