File size: 529 Bytes
96cdb7c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"name": "activation_f8_anomaly",
"multivariate": false,
"seq_len": 96,
"horizon": 16,
"patch_len": 8,
"d_model": 128,
"nhead": 8,
"n_layers": 6,
"dropout": 0.1,
"epochs": 5,
"batch_size": 64,
"lr": 0.001,
"weight_decay": 0.0001,
"seed": 13,
"target": "activation_volume",
"target_column": "",
"target_name": "signed_activation_volume_mwh",
"n_features": 32,
"n_train_windows": 175285,
"n_val_windows": 5457,
"out_dir": "/work/heimdall/models/forecaster/activation_f8_anomaly/seed-13"
} |