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

Submit evaluation results for TimesFM-3

Browse files

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

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. results/TimesFM-3/Australia_Solar/H/long/config.json +35 -0
  2. results/TimesFM-3/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/TimesFM-3/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/TimesFM-3/Australia_Solar/H/medium/config.json +35 -0
  5. results/TimesFM-3/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/TimesFM-3/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/TimesFM-3/Australia_Solar/H/short/config.json +35 -0
  8. results/TimesFM-3/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/TimesFM-3/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/TimesFM-3/Auto_Production_SF/M/short/config.json +35 -0
  11. results/TimesFM-3/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/TimesFM-3/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/TimesFM-3/CPHL/15T/long/config.json +35 -0
  14. results/TimesFM-3/CPHL/15T/long/metrics.npz +3 -0
  15. results/TimesFM-3/CPHL/15T/long/predictions.npz +3 -0
  16. results/TimesFM-3/CPHL/15T/medium/config.json +35 -0
  17. results/TimesFM-3/CPHL/15T/medium/metrics.npz +3 -0
  18. results/TimesFM-3/CPHL/15T/medium/predictions.npz +3 -0
  19. results/TimesFM-3/CPHL/15T/short/config.json +35 -0
  20. results/TimesFM-3/CPHL/15T/short/metrics.npz +3 -0
  21. results/TimesFM-3/CPHL/15T/short/predictions.npz +3 -0
  22. results/TimesFM-3/CPHL/30T/long/config.json +35 -0
  23. results/TimesFM-3/CPHL/30T/long/metrics.npz +3 -0
  24. results/TimesFM-3/CPHL/30T/long/predictions.npz +3 -0
  25. results/TimesFM-3/CPHL/30T/medium/config.json +35 -0
  26. results/TimesFM-3/CPHL/30T/medium/metrics.npz +3 -0
  27. results/TimesFM-3/CPHL/30T/medium/predictions.npz +3 -0
  28. results/TimesFM-3/CPHL/30T/short/config.json +35 -0
  29. results/TimesFM-3/CPHL/30T/short/metrics.npz +3 -0
  30. results/TimesFM-3/CPHL/30T/short/predictions.npz +3 -0
  31. results/TimesFM-3/CPHL/H/long/config.json +35 -0
  32. results/TimesFM-3/CPHL/H/long/metrics.npz +3 -0
  33. results/TimesFM-3/CPHL/H/long/predictions.npz +3 -0
  34. results/TimesFM-3/CPHL/H/medium/config.json +35 -0
  35. results/TimesFM-3/CPHL/H/medium/metrics.npz +3 -0
  36. results/TimesFM-3/CPHL/H/medium/predictions.npz +3 -0
  37. results/TimesFM-3/CPHL/H/short/config.json +35 -0
  38. results/TimesFM-3/CPHL/H/short/metrics.npz +3 -0
  39. results/TimesFM-3/CPHL/H/short/predictions.npz +3 -0
  40. results/TimesFM-3/Coastal_T_S/15T/long/config.json +35 -0
  41. results/TimesFM-3/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/TimesFM-3/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/TimesFM-3/Coastal_T_S/15T/medium/config.json +35 -0
  44. results/TimesFM-3/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/TimesFM-3/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/TimesFM-3/Coastal_T_S/15T/short/config.json +35 -0
  47. results/TimesFM-3/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/TimesFM-3/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/TimesFM-3/Coastal_T_S/20T/long/config.json +35 -0
  50. results/TimesFM-3/Coastal_T_S/20T/long/metrics.npz +3 -0
results/TimesFM-3/Australia_Solar/H/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/long",
3
+ "num_series": 1,
4
+ "num_windows": 15,
5
+ "num_variates": 3,
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": 100.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3450a5c09be82d71b25d94f0ec79d57ce038beb8471fd52e75727fc35fd8a5c7
3
+ size 4532
results/TimesFM-3/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77fedae25730256ccb56eb749a76a80abc497c4ae56d5a8692ac205e6eb6d7b7
3
+ size 117364
results/TimesFM-3/Australia_Solar/H/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/medium",
3
+ "num_series": 1,
4
+ "num_windows": 35,
5
+ "num_variates": 3,
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": 100.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac41a1b0af152ae3ccfe5cbf0b0df28c8f01f9fc6159f875b1b17575230b0dd4
3
+ size 8354
results/TimesFM-3/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a2bce480ebcf8bef10373f3dcc9d3ae814e32eff92aac26fd582bdd4d44575a
3
+ size 117981
results/TimesFM-3/Australia_Solar/H/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Australia_Solar/H/short",
3
+ "num_series": 1,
4
+ "num_windows": 105,
5
+ "num_variates": 3,
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": 100.0,
33
+ "model": "TimesFM-3",
34
+ "use_variate_attention": true
35
+ }
results/TimesFM-3/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3feb8e093882933d0cee546e47db8599bc841e1988148370825dcc9848acd65a
3
+ size 20779
results/TimesFM-3/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77f3ac662941d71369918ae57e2ac6ac1bbccb774897c78fd17116fb9fc6abe3
3
+ size 116773
results/TimesFM-3/Auto_Production_SF/M/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Auto_Production_SF/M/short",
3
+ "num_series": 1,
4
+ "num_windows": 5,
5
+ "num_variates": 1,
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": "M",
20
+ "seasonality": 12,
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/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e98a635ab425e17b5cd10c2034e9155c8d52e2fb6863309565e9504f7165ae51
3
+ size 1821
results/TimesFM-3/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7998dcc0916bb168a0eee96475d7919489d254a3da957aa49faf079c23bb4d6d
3
+ size 1313
results/TimesFM-3/CPHL/15T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/long",
3
+ "num_series": 2,
4
+ "num_windows": 5,
5
+ "num_variates": 1,
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": "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/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d2d7a6a4dd5cef67f8ada2a8715dbd30bd9a3cace309d34b90a5dabdcd3592
3
+ size 2176
results/TimesFM-3/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38028b56163798af38888824b07ac10be51ba052738e6fcd08253c659ea45812
3
+ size 38035
results/TimesFM-3/CPHL/15T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/medium",
3
+ "num_series": 2,
4
+ "num_windows": 15,
5
+ "num_variates": 1,
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/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03d2c45d8999e360a61a96a67f542c7015d2a1654be939b217a0fa662e6eb7e0
3
+ size 3464
results/TimesFM-3/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8882a7bfba183a8eb62d85855b9f9e90a8a25162959cce9b7a5efc9e78a86cd9
3
+ size 38814
results/TimesFM-3/CPHL/15T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/15T/short",
3
+ "num_series": 2,
4
+ "num_windows": 120,
5
+ "num_variates": 1,
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/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d0a6e07e1f2aa29d7a8a52657af0ae1f5014000208904e6a2897f01201db64
3
+ size 15734
results/TimesFM-3/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf54fcc4427f6d5a4ffa2a5f5480759ca342f237b3ee788397c97de0c86b1c5c
3
+ size 40029
results/TimesFM-3/CPHL/30T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/long",
3
+ "num_series": 2,
4
+ "num_windows": 10,
5
+ "num_variates": 1,
6
+ "prediction_length": 144,
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": "30T",
20
+ "seasonality": 48,
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/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b68e0f7547183b8d148debc21b5492ced41c0400100d432b3de566cfac55d343
3
+ size 2836
results/TimesFM-3/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15360239f0c12211fe89ec986f8cec0b2e2c935e2372878fc159a35327d95509
3
+ size 40097
results/TimesFM-3/CPHL/30T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/medium",
3
+ "num_series": 2,
4
+ "num_windows": 30,
5
+ "num_variates": 1,
6
+ "prediction_length": 48,
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": "30T",
20
+ "seasonality": 48,
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/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aadbd1dfe3b23b3b0f52ba5c971da55824a9fb12a5ac38e57d6db3e1c80dda1
3
+ size 5474
results/TimesFM-3/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:790706b47cee55fa00695c375e2dfc6253e825f9a4968730dcbbdd18cfc658c9
3
+ size 40662
results/TimesFM-3/CPHL/30T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/30T/short",
3
+ "num_series": 2,
4
+ "num_windows": 120,
5
+ "num_variates": 1,
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": "30T",
20
+ "seasonality": 48,
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/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6e4d15674a53f6007be6f16fa5a3641301f3baff4ed9c575e413cc072c0faa6
3
+ size 15887
results/TimesFM-3/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8842a010eb6e947f94b853c99adf40b6d3c06f1dff7548e7f796d3b1d8554d9a
3
+ size 41457
results/TimesFM-3/CPHL/H/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/long",
3
+ "num_series": 4,
4
+ "num_windows": 2,
5
+ "num_variates": 1,
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/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5621c4e22922e582adb2902bf91463b79569fba77029cb54892ac6243f1fc3d
3
+ size 2040
results/TimesFM-3/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0847753f7da7544d54b074e8f25b5283ff9b33ad5102726391caee4490660e7
3
+ size 38111
results/TimesFM-3/CPHL/H/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/medium",
3
+ "num_series": 4,
4
+ "num_windows": 4,
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/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c56b0546a306d5f20acbe8494df5483db7f811ac3c8052c2c8531aa0e889787
3
+ size 2558
results/TimesFM-3/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da46cf906413f632fd5ae00dc75ddadb1027446a97006207985490f0271ac93
3
+ size 38415
results/TimesFM-3/CPHL/H/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "CPHL/H/short",
3
+ "num_series": 4,
4
+ "num_windows": 28,
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/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80efc062127f13ba8c2fd4d40309730b496cf93791af256d5d7f6da578497fa9
3
+ size 8516
results/TimesFM-3/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7959b68f4b35e9cb964ccddc10790eb0dd526d26a01e414ab12a6dd64d7bf434
3
+ size 39193
results/TimesFM-3/Coastal_T_S/15T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/long",
3
+ "num_series": 5,
4
+ "num_windows": 5,
5
+ "num_variates": 3,
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": "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/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ab30a1463e68b4ba77573fae562fadc82249f95cc6d7b5dbb125412a048cbd
3
+ size 6273
results/TimesFM-3/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94cca828bb5a4b9ae474c5de018bd8625933272688e075ba6512d2672e1285f
3
+ size 69526
results/TimesFM-3/Coastal_T_S/15T/medium/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/medium",
3
+ "num_series": 5,
4
+ "num_windows": 15,
5
+ "num_variates": 3,
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/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e2314f2af33ca825c586c4cea67c3395614dbc2a1e42f7c6a93409d228e8442
3
+ size 14821
results/TimesFM-3/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a015cf2b1db1b9fbf046d2ce5fd3e0c6d53d5988645b6b0ca41653d84a207b3
3
+ size 81564
results/TimesFM-3/Coastal_T_S/15T/short/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/15T/short",
3
+ "num_series": 5,
4
+ "num_windows": 120,
5
+ "num_variates": 3,
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/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47498f2c9dcd763c54baf19dbf2a5919293632714aa1d6cc86a2fa2758dc8f37
3
+ size 102799
results/TimesFM-3/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:872f09891498a6c0bfb1ff85d1ba616f6d6558dc7f63586736d029c5f115191f
3
+ size 120391
results/TimesFM-3/Coastal_T_S/20T/long/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_config": "Coastal_T_S/20T/long",
3
+ "num_series": 1,
4
+ "num_windows": 5,
5
+ "num_variates": 3,
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/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb3f3e6107b9b2af3bb4dc793b018827b8e24c3861a39646bbfb95732a2667d
3
+ size 2481