File size: 753 Bytes
06d2c78 | 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 | {
"source_dataset": "Duyu/Time-Series-Forecasting-Benchmark-Datasets",
"source_file": "Weather.csv",
"window_length": 256,
"stride": 4,
"num_channels": 21,
"channel_names": [
"feature_00",
"feature_01",
"feature_02",
"feature_03",
"feature_04",
"feature_05",
"feature_06",
"feature_07",
"feature_08",
"feature_09",
"feature_10",
"feature_11",
"feature_12",
"feature_13",
"feature_14",
"feature_15",
"feature_16",
"feature_17",
"feature_18",
"feature_19",
"feature_20"
],
"split": "time_ordered_80_10_10",
"normalization": "zscore_fit_on_train_split",
"model_input": "concat(noisy_x, observed_x, observed_mask)",
"model_output": "predicted_noise"
} |