name: settle description: Compare predictions against settled results, update the learning feedback loop, and report ROI/P&L. Use when the user wants to settle bets, grade a run, see how picks performed, or refresh calibration after results come in.
Settle & Grade
Evaluate predictions against actual results and refresh the calibration loop.
Steps
- Settle the latest run (or a specific saved run):
python tippmix.py compare python tippmix.py compare --run data/predictions/20260609_074456.json - This writes
data/comparisons/compare_<timestamp>.json, appendsdata/archive/comparisons.jsonl, and updatesdata/lessons.json(market_adjustments,missed_predictions,notes). - Read the comparison output and report:
- Per-item results (🟢 NYERT / 🔴 VESZÍTETT / 🟡 FOLYAMATBAN).
- Summary: hit rate, ROI, and HUF balance.
- Which markets moved their calibration offset and why (from
lessons.jsonnotes).
- Combo legs settle individually — a pushed/void leg pays the winning legs, it does not zero the combo. Verify this held if a combo looks mis-graded.
Notes
- Markets with < 5 settled predictions keep adjustment = 0 (not enough signal).
- Adjustment formula:
clamp(round((actual_win_rate - expected_win_rate) * 50), -20, 20). - If many picks are still 🟡 FOLYAMATBAN, results haven't landed yet (tennis/esports settlement can lag) — re-run later rather than forcing conclusions.
- For a full historical view across all runs, use
/backtest.
Skills similaires
Ingénierie de Prompts
Data & IA
Bonnes pratiques et templates de prompt engineering pour maximiser les résultats IA.
claudeCursorWindsurf+1beginner
289
78
908
Visualisation de Données
Data & IA
Génère des visualisations de données et graphiques adaptés à vos données.
claudeCursorWindsurfintermediate
198
56
742
Architecture RAG
Data & IA
Guide de configuration d'architectures RAG (Retrieval-Augmented Generation).
claudeCursorWindsurfadvanced
167
51
702