Contribute to EventHorizon IQ
Help improve our risk sensors by contributing data, events, and analysis.
What You Can Contribute
- New Events: Define new risk events with outcomes, date windows, and sources.
- Probability Trajectories: Update CSV files with daily probability estimates.
- Dispersion Bands: Add confidence intervals (low/high) to existing signals.
- Historical Replays: Backfill data for past events to train future models.
How to Contribute
- Fork the repository on GitHub.
- Add or edit data files:
data/events.json— Event definitionsdata/signals/<slug>.csv— Signal data - Open a Pull Request with your changes.
CSV Format
Signal files use a simple CSV format with daily probability data:
date,p,low,high 2026-01-02,0.42,0.35,0.50 2026-01-03,0.45,0.38,0.52 2026-01-04,0.48,0.40,0.55
dateISO date format (YYYY-MM-DD) — RequiredpProbability of primary outcome (0.0 to 1.0) — RequiredlowLower bound of confidence interval — OptionalhighUpper bound of confidence interval — OptionalAttribution
All contributors are credited in the event metadata. When adding or updating data, include your name and optional handle in the contributors array:
"contributors": [
{ "name": "Your Name", "handle": "@yourhandle" }
]Future: Contributor reputation system coming soon.
Track your contributions and build credibility in the community.