Breakouts (PMCI v1)
Daily Pre-Move Convergence Index predictions. Each row is a forward 5-trading-day >10% move probability for a ticker. See codex/pmci_v0.md for the design. exp2 consumes this via /api/predictions/breakouts.
Pending
72
Resolved (hits)
63
Resolved (miss)
239
Total predictions
374
30d Brier
0.178
Predictor weight (κ)
—
Filters
0 predictions
No predictions for this date. Run scripts/api/compute_pmci_features.py --emit-predictions to populate.
Setup status
PMCI v0 is in Phase 0 — scaffold. Schemas are migrated; feature pipeline + prediction generation are stubs gated on the backtest verdict. Run scripts/research/pmci_backtest.py --window 180 --write-report to produce the gating report at codex/pmci_v0_backtest_results.md. If top quintile lift is ≥ 2.0×, enable the orchestrator entries in scripts/api/orchestrator.py.