Fixtures
Back
Prediction Accuracy
Accuracy
Brier Score
Predictions
Prediction Performance Grid
No prediction data available for the grid.
|
Predicted
|
||||
|---|---|---|---|---|
| Actual | HomeH | DrawD | AwayA | Total |
| HomeH | ||||
| DrawD | ||||
| AwayA | ||||
| Total: · Accuracy: ( correct) | ||||
By Source
Per-Competition Breakdown
| Competition | Predictions | Brier Score |
|---|---|---|
Calibration
No calibration data available.
Brier Score Trend
No time series data available.
Match Prediction Log
Showing
-
of predictions
No predictions found.
| Date | Match | Prediction | Result | Brier | Source |
|---|---|---|---|---|---|
|
|
Page of
Elo History
No rating history available.
= 2) {
fetch('/api/search?q=' + encodeURIComponent(teamQuery) + '&limit=6')
.then(r => r.json())
.then(data => { teamResults = data.results || []; })
} else { teamResults = []; }
"
@keydown.escape="showTeamSearch = false; teamQuery = ''; teamResults = []"
placeholder="Search team to add..."
class="w-full pl-8 pr-3 py-1.5 border border-gray-300 rounded-lg text-sm placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-brand-500 focus:border-brand-500"
/>