Update benchmark results
Browse files- benchmark_results.json +44 -0
benchmark_results.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated": "2026-05-08T22:37:59.842442",
|
| 3 |
+
"results": [
|
| 4 |
+
{
|
| 5 |
+
"dataset": "ett_h1",
|
| 6 |
+
"model": "arima",
|
| 7 |
+
"horizon": 24,
|
| 8 |
+
"freq": "h",
|
| 9 |
+
"local_only": true,
|
| 10 |
+
"mae": 2.4524,
|
| 11 |
+
"rmse": 2.9405,
|
| 12 |
+
"mape": 10.1167,
|
| 13 |
+
"smape": 10.7415,
|
| 14 |
+
"n_windows": 5,
|
| 15 |
+
"timestamp": "2026-05-08T22:37:52.988726"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"dataset": "exchange_rate",
|
| 19 |
+
"model": "arima",
|
| 20 |
+
"horizon": 30,
|
| 21 |
+
"freq": "B",
|
| 22 |
+
"local_only": true,
|
| 23 |
+
"mae": 0.0085,
|
| 24 |
+
"rmse": 0.01,
|
| 25 |
+
"mape": 1.1314,
|
| 26 |
+
"smape": 1.1348,
|
| 27 |
+
"n_windows": 5,
|
| 28 |
+
"timestamp": "2026-05-08T22:37:54.546624"
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"dataset": "m5_sample",
|
| 32 |
+
"model": "arima",
|
| 33 |
+
"horizon": 14,
|
| 34 |
+
"freq": "D",
|
| 35 |
+
"local_only": true,
|
| 36 |
+
"mae": 9.0427,
|
| 37 |
+
"rmse": 10.5617,
|
| 38 |
+
"mape": 7.6337,
|
| 39 |
+
"smape": 7.4284,
|
| 40 |
+
"n_windows": 5,
|
| 41 |
+
"timestamp": "2026-05-08T22:37:59.842280"
|
| 42 |
+
}
|
| 43 |
+
]
|
| 44 |
+
}
|