zqiao11 commited on
Commit
7cb50d9
·
verified ·
1 Parent(s): b376adb

Add Moirai2 results folder

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. results/Moirai2/Australia_Solar/H/long/config.json +35 -0
  2. results/Moirai2/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/Moirai2/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/Moirai2/Australia_Solar/H/medium/config.json +35 -0
  5. results/Moirai2/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/Moirai2/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/Moirai2/Australia_Solar/H/short/config.json +35 -0
  8. results/Moirai2/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/Moirai2/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/Moirai2/Auto_Production_SF/M/short/config.json +34 -0
  11. results/Moirai2/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/Moirai2/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/Moirai2/CPHL/15T/long/config.json +34 -0
  14. results/Moirai2/CPHL/15T/long/metrics.npz +3 -0
  15. results/Moirai2/CPHL/15T/long/predictions.npz +3 -0
  16. results/Moirai2/CPHL/15T/medium/config.json +34 -0
  17. results/Moirai2/CPHL/15T/medium/metrics.npz +3 -0
  18. results/Moirai2/CPHL/15T/medium/predictions.npz +3 -0
  19. results/Moirai2/CPHL/15T/short/config.json +34 -0
  20. results/Moirai2/CPHL/15T/short/metrics.npz +3 -0
  21. results/Moirai2/CPHL/15T/short/predictions.npz +3 -0
  22. results/Moirai2/CPHL/30T/long/config.json +34 -0
  23. results/Moirai2/CPHL/30T/long/metrics.npz +3 -0
  24. results/Moirai2/CPHL/30T/long/predictions.npz +3 -0
  25. results/Moirai2/CPHL/30T/medium/config.json +34 -0
  26. results/Moirai2/CPHL/30T/medium/metrics.npz +3 -0
  27. results/Moirai2/CPHL/30T/medium/predictions.npz +3 -0
  28. results/Moirai2/CPHL/30T/short/config.json +34 -0
  29. results/Moirai2/CPHL/30T/short/metrics.npz +3 -0
  30. results/Moirai2/CPHL/30T/short/predictions.npz +3 -0
  31. results/Moirai2/CPHL/H/long/config.json +34 -0
  32. results/Moirai2/CPHL/H/long/metrics.npz +3 -0
  33. results/Moirai2/CPHL/H/long/predictions.npz +3 -0
  34. results/Moirai2/CPHL/H/medium/config.json +34 -0
  35. results/Moirai2/CPHL/H/medium/metrics.npz +3 -0
  36. results/Moirai2/CPHL/H/medium/predictions.npz +3 -0
  37. results/Moirai2/CPHL/H/short/config.json +34 -0
  38. results/Moirai2/CPHL/H/short/metrics.npz +3 -0
  39. results/Moirai2/CPHL/H/short/predictions.npz +3 -0
  40. results/Moirai2/Coastal_T_S/15T/long/config.json +34 -0
  41. results/Moirai2/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/Moirai2/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/Moirai2/Coastal_T_S/15T/medium/config.json +34 -0
  44. results/Moirai2/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/Moirai2/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/Moirai2/Coastal_T_S/15T/short/config.json +34 -0
  47. results/Moirai2/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/Moirai2/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/Moirai2/Coastal_T_S/20T/long/config.json +34 -0
  50. results/Moirai2/Coastal_T_S/20T/long/metrics.npz +3 -0
results/Moirai2/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": 4000,
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_version": "2.0",
34
+ "model_size": "small"
35
+ }
results/Moirai2/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66759aea71358aeeb4f5650dcd0abf19e9c8f13dfbbe92a4a435f972e600f1f1
3
+ size 4534
results/Moirai2/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9be214aec06a3e2f5a418fbdc6fd9a2f2be02442ed41188bceff76bf96b3cd5
3
+ size 123822
results/Moirai2/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": 4000,
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_version": "2.0",
34
+ "model_size": "small"
35
+ }
results/Moirai2/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:176686959cdffb574f6e459294644da80e84ebd2a6b650b4c6d4d828129585f3
3
+ size 8363
results/Moirai2/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22c5f67c4a1d108851362e1bf1926100184fe7d34916a1a75092ebb63a2c0fa8
3
+ size 124214
results/Moirai2/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": 4000,
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_version": "2.0",
34
+ "model_size": "small"
35
+ }
results/Moirai2/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ea615fd7b45752c9d42af911c64864fa6904def353456e356d36bee490142a
3
+ size 20765
results/Moirai2/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82d98a4b414f8c73e6916ab7dbd382dfc7b84a1a7812f18b352d8c25bd18737a
3
+ size 124155
results/Moirai2/Auto_Production_SF/M/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5836d76656881189a3fa3c9c132abf431b28e724403a412d66a6db444fac065
3
+ size 1826
results/Moirai2/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3826c01749c400ce57f9fee77811fdc243f2c026505b9332ec4c1953f8ec0f8b
3
+ size 1325
results/Moirai2/CPHL/15T/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:913e6c82775397db0d011359973e0b31b0972b885a81e2b9e6b46856a2b2e132
3
+ size 2172
results/Moirai2/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19828971f9f5ed1cd79d8559602c3a0333078d7058f0797e69fa974883a3df67
3
+ size 36297
results/Moirai2/CPHL/15T/medium/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b5f7715b82cadafc8fdbb3ef37956224e4f2a9406b2d4efd0bb2b193fc8b3d8
3
+ size 3463
results/Moirai2/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0df8866cebd18e3229885c445f1e9f44880618407369c540219271f61c8c05a
3
+ size 38577
results/Moirai2/CPHL/15T/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2123204203fc8595a0ae5007f5ba92f61426297b06eb3ca819ebdad276f006ca
3
+ size 15744
results/Moirai2/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f3e237f58160ec06cf1b87ac0b1239bede54dea6bb091bf00e9db2bf486d6d2
3
+ size 40174
results/Moirai2/CPHL/30T/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a539a3edf948f20164337449feaae07e606298a442dc8fdb49a1bcebca62e80b
3
+ size 2831
results/Moirai2/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3f1315a23b25a1d96e34adc521575bb88c3b51ea3afa34d69173fb622acaa32
3
+ size 38676
results/Moirai2/CPHL/30T/medium/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1456d499efc069631515cc0fcbd6956b30d3b53c8cc63e0beab3fa4a660f1721
3
+ size 5465
results/Moirai2/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:417f4b823a862ce78b3ce0e866f025ed6567032fdf8ae25c0878b93916f2a4db
3
+ size 40095
results/Moirai2/CPHL/30T/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d63e7dab9f28b765313a46e1501062b11535bcddd51a3547a448d349ce9bd2
3
+ size 15892
results/Moirai2/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f59c8744d05291cf6ceaa02fc484f57b8c410d920ec0870535331ad9ac48c13
3
+ size 41350
results/Moirai2/CPHL/H/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9eb5fe384533661bc97bbedad9050b4a83fa8aa053a2e21264442f1bc8ab332
3
+ size 2036
results/Moirai2/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082999a2d90dc9a2aeae9e81e6689e2f85b20c7e5d3f53dda0853c47b01c2fe8
3
+ size 36116
results/Moirai2/CPHL/H/medium/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff944f2fe2c2bedd097f864e5ff4b01f91b39a378941653ceda66adea8a436d
3
+ size 2561
results/Moirai2/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e4c4593053dca89bd4710e029eca3a7b0664c733b71d9a615e426832bec6620
3
+ size 37221
results/Moirai2/CPHL/H/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04126daa2bf42bfa49592b9388b34b529cafd75328bb4473dc1d3d124767059b
3
+ size 8497
results/Moirai2/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bdc2e6cc07f572cb672a871f6061952a9a108e8961631bbdfe0be044d43141e
3
+ size 39084
results/Moirai2/Coastal_T_S/15T/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2849dd01421b6768612bf74345d5e934debb91e8ac904a34a23c33c9ea2c4150
3
+ size 6282
results/Moirai2/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f9ba4a5051f84062e15250119e7e1781208fbd553a1e305d715d0d79e64a79a
3
+ size 80302
results/Moirai2/Coastal_T_S/15T/medium/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029a855cbb729a67bfdb5a01fef19b34769218edf86409f4f78167b99ae0674e
3
+ size 14849
results/Moirai2/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e7fef0f5a741609ea9065d3f8ae7a31e975b47a1c5b0cf9a675d304d93c79ba
3
+ size 103437
results/Moirai2/Coastal_T_S/15T/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59e0004d154198c0587f3cf2477931e88231769ed5da2d21d03237a1c37eabc9
3
+ size 103103
results/Moirai2/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c88eeb98dc2664de1220c96635be681fd03fcd517d825c221a25e9184b2b864
3
+ size 138488
results/Moirai2/Coastal_T_S/20T/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 4000,
22
+ "metric_names": [
23
+ "MSE",
24
+ "MAE",
25
+ "RMSE",
26
+ "MAPE",
27
+ "sMAPE",
28
+ "MASE",
29
+ "ND",
30
+ "CRPS"
31
+ ],
32
+ "model_version": "2.0",
33
+ "model_size": "small"
34
+ }
results/Moirai2/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02341b7c9aaa530a56ffc35d4c94870c229d3b4080dc05feaf2489d70effef5e
3
+ size 2486