voidly
Multi-horizon shutdown forecast

CF — three honest horizons

How the current-regime shutdown-risk level for CF reads 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. These are current-regime risk signals, not onset predictions — see the scope note below.

Generated 2026-08-13 09:01 UTC · model multi-horizon-h-v1 · raw JSON

Probabilities

1 day
1d
23.5%
90% interval [14%, 33%]
7 days
7d
58.8%
90% interval [40%, 78%]
30 days
30d
95.2%
90% interval [45%, 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.

23.5% ≤ 58.8% ≤ 95.2%

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.569
#2day_of_week+0.141
#3risk_tier+0.095
#4incident_count_7d-0.063
#5gdelt_unrest_30d-0.041
7-day#1week_of_year-0.636
#2recent_shutdown+0.131
#3month-0.085
#4block_rate_roll30_mean-0.060
#5critical_incident_7d-0.057
30-day#1week_of_year-0.490
#2critical_incident_7d+0.486
#3risk_tier+0.403
#4recent_shutdown-0.108
#5month-0.060

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