Twinkles01 commited on
Commit
5bace80
·
verified ·
1 Parent(s): cece563

Submit evaluation results for Eidos

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/Eidos/Australia_Solar/H/long/config.json +35 -0
  2. results/Eidos/Australia_Solar/H/long/metrics.npz +3 -0
  3. results/Eidos/Australia_Solar/H/long/predictions.npz +3 -0
  4. results/Eidos/Australia_Solar/H/medium/config.json +35 -0
  5. results/Eidos/Australia_Solar/H/medium/metrics.npz +3 -0
  6. results/Eidos/Australia_Solar/H/medium/predictions.npz +3 -0
  7. results/Eidos/Australia_Solar/H/short/config.json +35 -0
  8. results/Eidos/Australia_Solar/H/short/metrics.npz +3 -0
  9. results/Eidos/Australia_Solar/H/short/predictions.npz +3 -0
  10. results/Eidos/Auto_Production_SF/M/short/config.json +35 -0
  11. results/Eidos/Auto_Production_SF/M/short/metrics.npz +3 -0
  12. results/Eidos/Auto_Production_SF/M/short/predictions.npz +3 -0
  13. results/Eidos/CPHL/15T/long/config.json +35 -0
  14. results/Eidos/CPHL/15T/long/metrics.npz +3 -0
  15. results/Eidos/CPHL/15T/long/predictions.npz +3 -0
  16. results/Eidos/CPHL/15T/medium/config.json +35 -0
  17. results/Eidos/CPHL/15T/medium/metrics.npz +3 -0
  18. results/Eidos/CPHL/15T/medium/predictions.npz +3 -0
  19. results/Eidos/CPHL/15T/short/config.json +35 -0
  20. results/Eidos/CPHL/15T/short/metrics.npz +3 -0
  21. results/Eidos/CPHL/15T/short/predictions.npz +3 -0
  22. results/Eidos/CPHL/30T/long/config.json +35 -0
  23. results/Eidos/CPHL/30T/long/metrics.npz +3 -0
  24. results/Eidos/CPHL/30T/long/predictions.npz +3 -0
  25. results/Eidos/CPHL/30T/medium/config.json +35 -0
  26. results/Eidos/CPHL/30T/medium/metrics.npz +3 -0
  27. results/Eidos/CPHL/30T/medium/predictions.npz +3 -0
  28. results/Eidos/CPHL/30T/short/config.json +35 -0
  29. results/Eidos/CPHL/30T/short/metrics.npz +3 -0
  30. results/Eidos/CPHL/30T/short/predictions.npz +3 -0
  31. results/Eidos/CPHL/H/long/config.json +35 -0
  32. results/Eidos/CPHL/H/long/metrics.npz +3 -0
  33. results/Eidos/CPHL/H/long/predictions.npz +3 -0
  34. results/Eidos/CPHL/H/medium/config.json +35 -0
  35. results/Eidos/CPHL/H/medium/metrics.npz +3 -0
  36. results/Eidos/CPHL/H/medium/predictions.npz +3 -0
  37. results/Eidos/CPHL/H/short/config.json +35 -0
  38. results/Eidos/CPHL/H/short/metrics.npz +3 -0
  39. results/Eidos/CPHL/H/short/predictions.npz +3 -0
  40. results/Eidos/Coastal_T_S/15T/long/config.json +35 -0
  41. results/Eidos/Coastal_T_S/15T/long/metrics.npz +3 -0
  42. results/Eidos/Coastal_T_S/15T/long/predictions.npz +3 -0
  43. results/Eidos/Coastal_T_S/15T/medium/config.json +35 -0
  44. results/Eidos/Coastal_T_S/15T/medium/metrics.npz +3 -0
  45. results/Eidos/Coastal_T_S/15T/medium/predictions.npz +3 -0
  46. results/Eidos/Coastal_T_S/15T/short/config.json +35 -0
  47. results/Eidos/Coastal_T_S/15T/short/metrics.npz +3 -0
  48. results/Eidos/Coastal_T_S/15T/short/predictions.npz +3 -0
  49. results/Eidos/Coastal_T_S/20T/long/config.json +35 -0
  50. results/Eidos/Coastal_T_S/20T/long/metrics.npz +3 -0
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Australia_Solar/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b5b6c526d530f7e044ded4855754c53c227a453c902517769b86d99b7fe60b2
3
+ size 4539
results/Eidos/Australia_Solar/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70327aaa7954f708687606d978d8404c4f4b4e5a86e48a471b217668baef9b38
3
+ size 110154
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Australia_Solar/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec7f0e1f69ccda8b2d0cdf7ea89a4a280a65725745d4598cb52f1b00e1aad2e
3
+ size 8368
results/Eidos/Australia_Solar/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d94f026fbfe2ab11685e60b8a8ea40ccef376b29254eefbc39aca1427e29d4dc
3
+ size 114749
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Australia_Solar/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103ec064f462fa9ea4f1705400cae782397a93c8c7c4f2368ea83f83f7f116a9
3
+ size 20773
results/Eidos/Australia_Solar/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce768248afe34b8949422a5e01e5d04aa0b7ee0dda3c9d90512267515164544f
3
+ size 117612
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Auto_Production_SF/M/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b14d7b4c645e393901d3ba891c6edcd46d6b2e02037ebeb31541239a862246
3
+ size 1822
results/Eidos/Auto_Production_SF/M/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f79535cc3f5d2cced8da9fe4bddb4dbe650d5e51c107e48f49ad00028e88cc
3
+ size 1325
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94191b1462ef980da4608c2ca68a73c44f121fc58d7106d56a4c512b5acf7ecf
3
+ size 2174
results/Eidos/CPHL/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97161c9705c9bcb0ce3b24c3347349e0b2e1ad00d114ea122a7c7068a08eff7
3
+ size 33765
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8851c585903d47cf182eae1bb3b3819ddaeec03be14254f137e40c7a824cc81a
3
+ size 3472
results/Eidos/CPHL/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e58bbbd110f6a161ecf1e97adcfbc1dca29cfcf9deea32bb6bb4ebe027291f0
3
+ size 35522
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:109dba66ede2bfb5e9055008ab0768eba64996730217caf92dfeca49e355e3be
3
+ size 15762
results/Eidos/CPHL/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f52e873504963ab3a1c4ca22b0d9dd6ebcab7fe3b324172af5ee4e1529748841
3
+ size 38587
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/30T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d59c4d244bef4751560133c4f9e5ad06802facb81c5afba6000a7bc0303144
3
+ size 2832
results/Eidos/CPHL/30T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b795001d1e6c2ead3cd98e9d2d1f961ea571e4b6ea9af91eb9a803ccb99e995
3
+ size 36839
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/30T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9726f203dadc0e40d5065e5285ea6ad805691827187161680ebd321bc2f1e35f
3
+ size 5464
results/Eidos/CPHL/30T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af7232b3a9dbdfffef5f0a2709936fd0f0b44ac1290c3cce60b2b77b8f28927d
3
+ size 37955
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/30T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baa2cbf23c55f07be8c23c0eaa6ee4cc5a6c2e2d81cf10b4dc341b500d5fd5e7
3
+ size 15864
results/Eidos/CPHL/30T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26b1c3fc9bdda6ffa09a993efca204acc39bf9287bea312fb47582a565039ef7
3
+ size 39984
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/H/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51646c0fa955f53a2b18ec286b5acb6d4cc9d713fa66a935634ad621632d1764
3
+ size 2038
results/Eidos/CPHL/H/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d7b58d26a877281285fe0b293a2ab4b25be4f9e8b43c17e67616c30d1427b19
3
+ size 35134
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/H/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4989ab4a48790da421e02881beb2a6f3262003b0fec908e12c60faec1a3150e8
3
+ size 2557
results/Eidos/CPHL/H/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d763e14b874fdd7341dbf2ac4dfe82b928fbd64196f2ed539c1b74d97692867d
3
+ size 35918
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/CPHL/H/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c0a4a5ee8fba662a2098a752130852cb79f7af21714892fca49040cbed7ec1d
3
+ size 8496
results/Eidos/CPHL/H/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f627b10f95ed2601d91373f0b69bae928553b7290f777212919fcc757889bed1
3
+ size 38066
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Coastal_T_S/15T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e8197167903ec934e7a07791534c72e2eb85eeb943969f0d86a649e9d76a2cc
3
+ size 6276
results/Eidos/Coastal_T_S/15T/long/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767e07cb4a7a463509f3437718208717b7df72bf9211c7fb64b334415721c189
3
+ size 99147
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Coastal_T_S/15T/medium/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b990d54efbf41e4d57f485f1f286523e04fd97b9c7424528508c3658dbec12a3
3
+ size 14830
results/Eidos/Coastal_T_S/15T/medium/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b071e7a3e5a78d575ef10ed810dafaab3d98260637a580a89cda6c714b9cb833
3
+ size 106366
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Coastal_T_S/15T/short/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc1dce1b7bf2d7fe38053b14d2148a3ce9ba09fe1f05fca1ca10175ff1168a2
3
+ size 102830
results/Eidos/Coastal_T_S/15T/short/predictions.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8b7b744f5a9b039db23a6e0febc821fa0a14647e277e38ecb28223c2b7f51e0
3
+ size 130619
results/Eidos/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": 2048,
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_name": "TimeMoE",
34
+ "ckpt_path": "/lp-dev/zhouxx/BasicTS/checkpoints/TimeMoE4/Main_200012/89efb46bd659cfe84edf09173542fdb2/TimeMoE4_140000.pt"
35
+ }
results/Eidos/Coastal_T_S/20T/long/metrics.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3c62e172199abe051e5b02f7f300635a87cceb9900abf9261363372fc30f30d
3
+ size 2494