voidly
Multi-horizon shutdown forecast

Egypt — three honest horizons

How shutdown risk for Egypt evolves over 1 day, 7 days, and 30 days. Each horizon uses its own XGBoost model with per-horizon SHAP attribution and a 90% conformal interval.

Generated 2026-05-21 12:51 UTC · model multi-horizon-h-v1 · raw JSON

Probabilities

1 day
1d
36.4%
90% interval [8%, 64%]
7 days
7d
58.8%
90% interval [50%, 67%]
30 days
30d
82.6%
90% interval [33%, 100%]

Consistency check

OK — monotonicP(1d) ≤ P(7d) ≤ P(30d)

The three horizons are internally consistent: longer windows capture at least the risk of shorter windows. This is the expected behavior — a 30-day window must contain any 7-day or 1-day shutdown.

36.4% ≤ 58.8% ≤ 82.6%

Top-5 SHAP features per horizon

Each horizon has its own learned drivers. Positive SHAP values push the prediction up; negative values push it down. Features differ across horizons because near-term risk responds to acute signals, while month-out risk responds to slower structural factors.

HorizonRankFeatureSHAP
1-day#1week_of_year-0.738
#2risk_tier+0.195
#3block_rate_lag3+0.170
#4recent_shutdown-0.114
#5incident_count_7d-0.113
7-day#1risk_tier+0.336
#2block_rate_roll7_mean+0.293
#3blocked_count_roll7_mean+0.146
#4week_of_year-0.115
#5month-0.084
30-day#1week_of_year-0.776
#2gdelt_unrest_30d+0.254
#3block_rate_lag1+0.244
#4risk_tier+0.240
#5recent_shutdown-0.124

Honest caveats

  • Each horizon is a separate XGBoost model with its own features and its own honest evaluation. LOCO AUC across spotlight countries: 1d 0.91 · 7d 0.88 · 30d 0.84.
  • 30-day forecasts inherently have wider conformal intervals (more time = more uncertainty). A wide interval is not a bug — it's honesty.
  • These numbers are not guarantees. A 70% probability does not mean a shutdown is certain; a 20% probability does not mean you're safe.
  • See /atlas/multi-horizon for the cross-country index, or /atlas/models for the full model registry.

Related