Datasets:
File size: 509 Bytes
d6d1916 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"dataset_config": "Commodity_Import/M/short",
"num_series": 8,
"num_windows": 5,
"num_variates": 1,
"prediction_length": 12,
"num_quantiles": 9,
"quantile_levels": [
0.1,
0.2,
0.3,
0.4,
0.5,
0.6,
0.7,
0.8,
0.9
],
"freq": "M",
"seasonality": 12,
"context_length": 8192,
"metric_names": [
"MSE",
"MAE",
"RMSE",
"MAPE",
"sMAPE",
"MASE",
"ND",
"CRPS"
],
"prediction_scale_factor": 1.0,
"model": "PatchTST-FM-R1"
} |