ayujain25 commited on
Commit
1f3fc6d
·
verified ·
1 Parent(s): db9efc2

Submit evaluation results for TimesFM-3 (part 2)

Browse files

Add zero-shot multivariate evaluation outputs for TimesFM-3 across TIME benchmark datasets.

Files changed (44) hide show
  1. results/TimesFM-3/current_velocity/15T/long/metrics.npz +3 -0
  2. results/TimesFM-3/current_velocity/15T/long/predictions.npz +3 -0
  3. results/TimesFM-3/current_velocity/15T/medium/config.json +35 -0
  4. results/TimesFM-3/current_velocity/15T/medium/metrics.npz +3 -0
  5. results/TimesFM-3/current_velocity/15T/medium/predictions.npz +3 -0
  6. results/TimesFM-3/current_velocity/15T/short/config.json +35 -0
  7. results/TimesFM-3/current_velocity/15T/short/metrics.npz +3 -0
  8. results/TimesFM-3/current_velocity/15T/short/predictions.npz +3 -0
  9. results/TimesFM-3/current_velocity/20T/long/config.json +35 -0
  10. results/TimesFM-3/current_velocity/20T/long/metrics.npz +3 -0
  11. results/TimesFM-3/current_velocity/20T/long/predictions.npz +3 -0
  12. results/TimesFM-3/current_velocity/20T/medium/config.json +35 -0
  13. results/TimesFM-3/current_velocity/20T/medium/metrics.npz +3 -0
  14. results/TimesFM-3/current_velocity/20T/medium/predictions.npz +3 -0
  15. results/TimesFM-3/current_velocity/20T/short/config.json +35 -0
  16. results/TimesFM-3/current_velocity/20T/short/metrics.npz +3 -0
  17. results/TimesFM-3/current_velocity/20T/short/predictions.npz +3 -0
  18. results/TimesFM-3/current_velocity/5T/long/config.json +35 -0
  19. results/TimesFM-3/current_velocity/5T/long/metrics.npz +3 -0
  20. results/TimesFM-3/current_velocity/5T/long/predictions.npz +3 -0
  21. results/TimesFM-3/current_velocity/5T/medium/config.json +35 -0
  22. results/TimesFM-3/current_velocity/5T/medium/metrics.npz +3 -0
  23. results/TimesFM-3/current_velocity/5T/medium/predictions.npz +3 -0
  24. results/TimesFM-3/current_velocity/5T/short/config.json +35 -0
  25. results/TimesFM-3/current_velocity/5T/short/metrics.npz +3 -0
  26. results/TimesFM-3/current_velocity/5T/short/predictions.npz +3 -0
  27. results/TimesFM-3/current_velocity/H/long/config.json +35 -0
  28. results/TimesFM-3/current_velocity/H/long/metrics.npz +3 -0
  29. results/TimesFM-3/current_velocity/H/long/predictions.npz +3 -0
  30. results/TimesFM-3/current_velocity/H/medium/config.json +35 -0
  31. results/TimesFM-3/current_velocity/H/medium/metrics.npz +3 -0
  32. results/TimesFM-3/current_velocity/H/medium/predictions.npz +3 -0
  33. results/TimesFM-3/current_velocity/H/short/config.json +35 -0
  34. results/TimesFM-3/current_velocity/H/short/metrics.npz +3 -0
  35. results/TimesFM-3/current_velocity/H/short/predictions.npz +3 -0
  36. results/TimesFM-3/epf_electricity_price/H/long/config.json +35 -0
  37. results/TimesFM-3/epf_electricity_price/H/long/metrics.npz +3 -0
  38. results/TimesFM-3/epf_electricity_price/H/long/predictions.npz +3 -0
  39. results/TimesFM-3/epf_electricity_price/H/medium/config.json +35 -0
  40. results/TimesFM-3/epf_electricity_price/H/medium/metrics.npz +3 -0
  41. results/TimesFM-3/epf_electricity_price/H/medium/predictions.npz +3 -0
  42. results/TimesFM-3/epf_electricity_price/H/short/config.json +35 -0
  43. results/TimesFM-3/epf_electricity_price/H/short/metrics.npz +3 -0
  44. results/TimesFM-3/epf_electricity_price/H/short/predictions.npz +3 -0
results/TimesFM-3/current_velocity/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02147e2d91b490eb8469d072cdd282b5b0e7a6b73232965697e73499c1b73aed
3
+ size 10858
results/TimesFM-3/current_velocity/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e60233b4a49eacd25a12799f80c2dcb726fe9370aee566cae5f2c7f980f435e
3
+ size 447277
results/TimesFM-3/current_velocity/15T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/15T/medium",
3
+ "num_series": 5,
4
+ "num_windows": 15,
5
+ "num_variates": 6,
6
+ "prediction_length": 96,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:722ee805d4294ea0c1b0e012b8925ce95641b9efde0cc331000e88e5bbbb95ee
3
+ size 28262
results/TimesFM-3/current_velocity/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37cff1ce64caa470998bb010e55410ce55877b777d29379ceaf6d5a54895659
3
+ size 472781
results/TimesFM-3/current_velocity/15T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/15T/short",
3
+ "num_series": 5,
4
+ "num_windows": 120,
5
+ "num_variates": 6,
6
+ "prediction_length": 12,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "15T",
20
+ "seasonality": 96,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060b62f154ad50b41f3e07eb4e76a929c8aae942d7c270f8829a66bc476e5b82
3
+ size 208663
results/TimesFM-3/current_velocity/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f205a76ed6c5f150e38b8f8a69f75ac065d80d91f02f76a4d705ccac8693e2
3
+ size 514142
results/TimesFM-3/current_velocity/20T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/20T/long",
3
+ "num_series": 27,
4
+ "num_windows": 5,
5
+ "num_variates": 6,
6
+ "prediction_length": 216,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "20T",
20
+ "seasonality": 72,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a4aef674eb4aff5181301499af490b5984dc62a4cea1e3e7616009ba2bee873
3
+ size 49677
results/TimesFM-3/current_velocity/20T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:692f7420440551da7f707a8549b60c257f33bd554966d05556c430f4586699f6
3
+ size 2031726
results/TimesFM-3/current_velocity/20T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/20T/medium",
3
+ "num_series": 27,
4
+ "num_windows": 15,
5
+ "num_variates": 6,
6
+ "prediction_length": 72,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "20T",
20
+ "seasonality": 72,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/20T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679be93e5e887c6f58e9034b757af5dd60c6ff0b07d44350803b770e54bd347c
3
+ size 143707
results/TimesFM-3/current_velocity/20T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3dea7f057d5105249210b2a4ded8eddf7a4543f467bf577ffc78fb55b8fcc32
3
+ size 2095125
results/TimesFM-3/current_velocity/20T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/20T/short",
3
+ "num_series": 27,
4
+ "num_windows": 120,
5
+ "num_variates": 6,
6
+ "prediction_length": 9,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "20T",
20
+ "seasonality": 72,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/20T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275dcee42737638e83c22a931bbd4d04d0e7329448826efb3c76ec50bd2addb7
3
+ size 1113030
results/TimesFM-3/current_velocity/20T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1c6de659c390b42cb16276a0801db4d61c2352f13c4ed426a18281e06dc427
3
+ size 2228880
results/TimesFM-3/current_velocity/5T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/5T/long",
3
+ "num_series": 1,
4
+ "num_windows": 5,
5
+ "num_variates": 6,
6
+ "prediction_length": 864,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "5T",
20
+ "seasonality": 288,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/5T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bbb2ec4ef04279df937c527645853d759902a955b8e7aeb67adf085e54c7912
3
+ size 3499
results/TimesFM-3/current_velocity/5T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f110c58c3251f45744dd97ebed9eccdebf781531b57bee38209ee4327b7853ab
3
+ size 221733
results/TimesFM-3/current_velocity/5T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/5T/medium",
3
+ "num_series": 1,
4
+ "num_windows": 15,
5
+ "num_variates": 6,
6
+ "prediction_length": 288,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "5T",
20
+ "seasonality": 288,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/5T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46e6fc9188299b2a2b7010410e18bfe41b384e77f54aa52c6129ae8ee2117bb
3
+ size 7268
results/TimesFM-3/current_velocity/5T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2615d6e4c76e3dbe5c8184611f441d2cd4cc6dec949ca09e10cbf8e45b551b7
3
+ size 230493
results/TimesFM-3/current_velocity/5T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/5T/short",
3
+ "num_series": 1,
4
+ "num_windows": 120,
5
+ "num_variates": 6,
6
+ "prediction_length": 36,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "5T",
20
+ "seasonality": 288,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/5T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d45a48f5c434a81327980a2eef0e91f6068339ecefe82e5aea19cde3b9ea1d5
3
+ size 43276
results/TimesFM-3/current_velocity/5T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35567950e38b784e6696b290aa40ae127688d2dd2ac405a29d0f23ff52198ea0
3
+ size 254941
results/TimesFM-3/current_velocity/H/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/H/long",
3
+ "num_series": 21,
4
+ "num_windows": 2,
5
+ "num_variates": 6,
6
+ "prediction_length": 336,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b604cacb8be38d53dc7a60ba3137fd5054e2ea34fa09bc9842da2670e89bce
3
+ size 16930
results/TimesFM-3/current_velocity/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c09e311d5e4f5105af5c4f8ed0e7081c9e78479092664b7818dc24263161b956
3
+ size 1070661
results/TimesFM-3/current_velocity/H/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/H/medium",
3
+ "num_series": 21,
4
+ "num_windows": 4,
5
+ "num_variates": 6,
6
+ "prediction_length": 168,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875f47f5ed614669340b7343edf931d437ae4fb2b792fe9fafb76deb0fb773b7
3
+ size 31674
results/TimesFM-3/current_velocity/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b766dcaddc268910e85385afe61ad1c3008078f3ead3481457d829cc1099ed
3
+ size 1097803
results/TimesFM-3/current_velocity/H/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "current_velocity/H/short",
3
+ "num_series": 21,
4
+ "num_windows": 28,
5
+ "num_variates": 6,
6
+ "prediction_length": 24,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/current_velocity/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86d14780360fdbb8c12a468d37bf8e65648eecc058d5e7d233719291344aa85
3
+ size 205806
results/TimesFM-3/current_velocity/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2e2fd04bbed1c415947126500a9e88e28e74161834a905c5fdbc913f7b43e64
3
+ size 1144212
results/TimesFM-3/epf_electricity_price/H/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "epf_electricity_price/H/long",
3
+ "num_series": 5,
4
+ "num_windows": 15,
5
+ "num_variates": 1,
6
+ "prediction_length": 168,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/epf_electricity_price/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28acd183ecba5b838ba7755adcc6d362969210326721fc8ebee72052ccfcbbf8
3
+ size 6358
results/TimesFM-3/epf_electricity_price/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac98e01fbda768e54a830c1eefe154a7e653fdb3c9acb2615d9de892faba1b1d
3
+ size 176679
results/TimesFM-3/epf_electricity_price/H/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "epf_electricity_price/H/medium",
3
+ "num_series": 5,
4
+ "num_windows": 35,
5
+ "num_variates": 1,
6
+ "prediction_length": 72,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/epf_electricity_price/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72c2d58803b047777f68659ad3e42d909f5a07dac049c4de74108cc0ba6e532a
3
+ size 12173
results/TimesFM-3/epf_electricity_price/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdb0d2020774c3a9b1b384500a069ce9cc413dbb65a9355d8ba11f420cda344d
3
+ size 176799
results/TimesFM-3/epf_electricity_price/H/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "epf_electricity_price/H/short",
3
+ "num_series": 5,
4
+ "num_windows": 105,
5
+ "num_variates": 1,
6
+ "prediction_length": 24,
7
+ "num_quantiles": 9,
8
+ "quantile_levels": [
9
+ 0.1,
10
+ 0.2,
11
+ 0.3,
12
+ 0.4,
13
+ 0.5,
14
+ 0.6,
15
+ 0.7,
16
+ 0.8,
17
+ 0.9
18
+ ],
19
+ "freq": "H",
20
+ "seasonality": 24,
21
+ "context_length": 15360,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "prediction_scale_factor": 1.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/epf_electricity_price/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65b59c345d272bbc3f9f0909b62073f8da17b49e4ec935d769c7908b5b20eae2
3
+ size 32210
results/TimesFM-3/epf_electricity_price/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa17b8972b8606f37d9b57bf55e325a77ff10d6bb79004c734011af69533473a
3
+ size 177443