A command-line tool for tracking and improving your probabilistic predictions.
cd superforecaster
pip install -e .forecast add "Will AGI be achieved by 2030?" --prob 25 --by 2030-01-01forecast list
forecast list --all # Include resolved forecastsforecast resolve 1 --outcome trueforecast score # Show Brier and log scores
forecast calibration # Show calibration analysis
forecast stats # Comprehensive statisticsforecast chart calibration # Calibration plot
forecast chart brier # Brier score over time
forecast chart distribution # Probability distribution
forecast chart accuracy # Accuracy by confidenceforecast show 1- SQLite Database: Persistent storage in
~/.superforecaster/ - Brier & Log Scoring: Track your forecasting accuracy
- Calibration Analysis: See if your confidence matches reality
- Terminal Charts: Visualize performance with plotext
- Rich CLI: Beautiful tables and formatting
- Make predictions about future events
- Resolve them when outcomes are known
- Track your calibration and accuracy over time
- Use insights to improve future predictions