Skip to content

Commit b9feb35

Browse files
committed
Update default custom payload: 49 points each, daily granularity, 7-day horizon
1 parent d164cab commit b9feb35

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

site/src/pages/index.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ const leaderboard = Array.from(leaderboardMap.entries())
3535
3636
3737
const defaultPayload = JSON.stringify({
38-
start_datetime: '2026-01-01T17:15:00',
39-
granularity: '1h',
40-
horizon: 24,
38+
start_datetime: '2026-01-01T00:00:00',
39+
granularity: '1d',
40+
horizon: 7,
4141
model: 'nixtla',
4242
run_name_root: 'my-forecast-run',
4343
n_series: 3,
4444
backtest_windows: 3,
4545
series_names: ['trend', 'seasonal', 'combined'],
4646
series: [
47-
[100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122],
48-
[12, 18, 25, 17, 9, 14, 22, 28, 19, 11, 15, 24],
49-
[112, 120, 129, 123, 117, 124, 134, 142, 135, 129, 135, 146]
47+
[100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196],
48+
[13, 18, 25, 17, 9, 14, 22, 12, 18, 25, 17, 9, 14, 22, 13, 18, 25, 17, 9, 14, 22, 12, 18, 25, 17, 9, 14, 22, 13, 18, 25, 17, 9, 14, 22, 12, 18, 25, 17, 9, 14, 22, 13, 18, 25, 17, 9, 14, 22],
49+
[113, 120, 129, 123, 117, 124, 134, 126, 134, 143, 137, 131, 138, 148, 141, 148, 157, 151, 145, 152, 162, 154, 162, 171, 165, 159, 166, 176, 169, 176, 185, 179, 173, 180, 190, 182, 190, 199, 193, 187, 194, 204, 197, 204, 213, 207, 201, 208, 218]
5050
],
5151
}, null, 2);
5252
---

0 commit comments

Comments
 (0)