zqiao11 commited on
Commit
f212f2c
·
verified ·
1 Parent(s): ee812ae

Add Chronos-2 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/Chronos-2/Australia_Solar/H/long/config.json +34 -0
  2. results/Chronos-2/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/Chronos-2/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/Chronos-2/Australia_Solar/H/medium/config.json +34 -0
  5. results/Chronos-2/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/Chronos-2/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/Chronos-2/Australia_Solar/H/short/config.json +34 -0
  8. results/Chronos-2/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/Chronos-2/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/Chronos-2/Auto_Production_SF/M/short/config.json +34 -0
  11. results/Chronos-2/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/Chronos-2/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/Chronos-2/CPHL/15T/long/config.json +34 -0
  14. results/Chronos-2/CPHL/15T/long/metrics.npz +3 -0
  15. results/Chronos-2/CPHL/15T/long/predictions.npz +3 -0
  16. results/Chronos-2/CPHL/15T/medium/config.json +34 -0
  17. results/Chronos-2/CPHL/15T/medium/metrics.npz +3 -0
  18. results/Chronos-2/CPHL/15T/medium/predictions.npz +3 -0
  19. results/Chronos-2/CPHL/15T/short/config.json +34 -0
  20. results/Chronos-2/CPHL/15T/short/metrics.npz +3 -0
  21. results/Chronos-2/CPHL/15T/short/predictions.npz +3 -0
  22. results/Chronos-2/CPHL/30T/long/config.json +34 -0
  23. results/Chronos-2/CPHL/30T/long/metrics.npz +3 -0
  24. results/Chronos-2/CPHL/30T/long/predictions.npz +3 -0
  25. results/Chronos-2/CPHL/30T/medium/config.json +34 -0
  26. results/Chronos-2/CPHL/30T/medium/metrics.npz +3 -0
  27. results/Chronos-2/CPHL/30T/medium/predictions.npz +3 -0
  28. results/Chronos-2/CPHL/30T/short/config.json +34 -0
  29. results/Chronos-2/CPHL/30T/short/metrics.npz +3 -0
  30. results/Chronos-2/CPHL/30T/short/predictions.npz +3 -0
  31. results/Chronos-2/CPHL/H/long/config.json +34 -0
  32. results/Chronos-2/CPHL/H/long/metrics.npz +3 -0
  33. results/Chronos-2/CPHL/H/long/predictions.npz +3 -0
  34. results/Chronos-2/CPHL/H/medium/config.json +34 -0
  35. results/Chronos-2/CPHL/H/medium/metrics.npz +3 -0
  36. results/Chronos-2/CPHL/H/medium/predictions.npz +3 -0
  37. results/Chronos-2/CPHL/H/short/config.json +34 -0
  38. results/Chronos-2/CPHL/H/short/metrics.npz +3 -0
  39. results/Chronos-2/CPHL/H/short/predictions.npz +3 -0
  40. results/Chronos-2/Coastal_T_S/15T/long/config.json +34 -0
  41. results/Chronos-2/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/Chronos-2/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/Chronos-2/Coastal_T_S/15T/medium/config.json +34 -0
  44. results/Chronos-2/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/Chronos-2/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/Chronos-2/Coastal_T_S/15T/short/config.json +34 -0
  47. results/Chronos-2/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/Chronos-2/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/Chronos-2/Coastal_T_S/20T/long/config.json +34 -0
  50. results/Chronos-2/Coastal_T_S/20T/long/metrics.npz +3 -0
results/Chronos-2/Australia_Solar/H/long/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2841b25fdb0fddfd09687ee95c8d70aa053518fbe88bfc6ad87c7dd2ea899f5
3
+ size 4533
results/Chronos-2/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d8be99a3dcb561dd4566ab2026cf883a7c51d9d609f14e5279cb3dc2f543bf
3
+ size 123921
results/Chronos-2/Australia_Solar/H/medium/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4732d840abfeca3eea369ae535c64bec97869dd3c4bf4b079f73282c202ea420
3
+ size 8359
results/Chronos-2/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aefb3cad6ca5642fddad7274e775e56fe593a220cc3f0944f26a4fae4ea3171
3
+ size 124132
results/Chronos-2/Australia_Solar/H/short/config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a288a53f62521a58a7e8475654a1e488e8b0ccade1241cb6f684b7f7838744f
3
+ size 20778
results/Chronos-2/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751ceafc3cccf6370909b3316bc7ecb848a5172bbe0ae70db1a33e9859a34ed4
3
+ size 124074
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c245f8b31b922ec63dd71c88c9bb58f600db21493300fb8ad3de37f50b98240d
3
+ size 1822
results/Chronos-2/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7520429c8ef4a4286cb18f26ed110b18c830d248b9e2655b858100aea3df10e
3
+ size 1322
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1dce501be2026ceac356088fe8a6e9d78c51faefe14ad75d30886fcf6e5ffe2
3
+ size 2172
results/Chronos-2/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b3a810ffd131f0eac5e12184fdc984e402875c86e980cf73fdfa9d881235eb
3
+ size 38231
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96cf7ecfc39704fc71061830992e143995cdedcdae28a4a529ee36e307c362a9
3
+ size 3468
results/Chronos-2/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8fae3d9a910fd2a8db13bee81e87f98fcd5fa79ad35aa7b78cdb5b78eff9c40
3
+ size 38949
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9ce801beaddc3dc21e8696b705fdebec32a300bec2c1c542820824211c42ba
3
+ size 15733
results/Chronos-2/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:111da7e60286e25d398bc42cd479c882e4280d82eb643cb3b6c3425a14c124d3
3
+ size 40269
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a68b4d54b29f33f7853bd5ba6df688c0bf74e2ca1643d2f977bece007467217
3
+ size 2834
results/Chronos-2/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05dff18f2c998294ba7a33d668883cab615e8182dc37e7b6f9aecd10a2c04818
3
+ size 40279
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931cefd3d3f39e96525e228d9e49b66ce3787a4e866e40c1c7c66ad05dbc727c
3
+ size 5457
results/Chronos-2/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3d3c0caf8ab6e260db1a18c794083a62aad5b9f66ef5b9c1bbc067c86c4b214
3
+ size 40565
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:803b5c7aa07a2cc0a3bab80aa408af339f293faf0c0990211e5dcfe093a67edd
3
+ size 15879
results/Chronos-2/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f8c9550f3a635c228a7e1890da8a8867b7ff7f4cea9e22f632c2ff7cfdf222
3
+ size 41210
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7091367f24972749f9f684730149e19f4fe7382796dc1cba687fc949fc25f328
3
+ size 2039
results/Chronos-2/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68decb86d7b1cb68b3020687c0893835b623a411df8c7593babd9b69a22e7adb
3
+ size 37790
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f4373cb250e09a82fd2bb8b205533fa21ac4028c0f2498a8383d4f7e46eaac
3
+ size 2560
results/Chronos-2/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ac31e582f55a7d76699f361c2e24c6d16e797db33ddd147c3a498a41400ede
3
+ size 38387
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a60a998117cd98181a162be79482d547a5a3b828c19782d149d926ca75d7d34
3
+ size 8516
results/Chronos-2/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb718baa22431c65ba6f05880868f78ec5876b393efdfc2158ef38ec5184e396
3
+ size 39228
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d341a679d08aecb01dfd1a788c34adda176aed3a1aaa86ed16b9aab60f3eca4
3
+ size 6287
results/Chronos-2/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5cfe12934b71e8c006c09c82031a891da5e3394c92abc77d61afa7612f18153
3
+ size 110841
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190c02e94d15c1cb76ad8f67e31b6994ed741984558d7a0651d7cee30fcd7b21
3
+ size 14842
results/Chronos-2/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0c2485ece2eef31e5854066871534845a8d26b47202ece8e86c2cfe1eb5ef03
3
+ size 115526
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f61bf3e83a049c64d0e8d4a1db3b31f21ee5ae2b1324becce9271443d7be258
3
+ size 102878
results/Chronos-2/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c344eca14b3a1733c8e674c220c3540da43acbc257883b749b04070a15495b1
3
+ size 138191
results/Chronos-2/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": 8192,
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": "chronos2-chronos2"
34
+ }
results/Chronos-2/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c4e4b97c1267e411f024015929fcd71210eee0661c30aff21fc1a28e5a0583
3
+ size 2498