diff --git a/configs/experiments/informer-btcusdt-5m-gmadl.yaml b/configs/experiments/informer-btcusdt-5m-gmadl.yaml index b0faf24..ddd21de 100644 --- a/configs/experiments/informer-btcusdt-5m-gmadl.yaml +++ b/configs/experiments/informer-btcusdt-5m-gmadl.yaml @@ -5,7 +5,7 @@ past_window: batch_size: value: 64 max_epochs: - value: 30 + value: 40 data: value: dataset: "btc-usdt-5m:latest" @@ -14,7 +14,7 @@ data: fields: value: time_index: "time_index" - target: "close_price" + target: "returns" group_ids: ["group_id"] dynamic_unknown_real: - "high_price" diff --git a/configs/sweeps/informer-btcusdt-5m-gmadl.yaml b/configs/sweeps/informer-btcusdt-5m-gmadl.yaml index 490af80..1a44b95 100644 --- a/configs/sweeps/informer-btcusdt-5m-gmadl.yaml +++ b/configs/sweeps/informer-btcusdt-5m-gmadl.yaml @@ -31,9 +31,9 @@ parameters: dropout: values: [0.05, 0.1, 0.2, 0.3] n_encoder_layers: - values: [1, 2, 4, 6] + values: [1, 2, 3] n_decoder_layers: - values: [1, 2] + values: [1, 2, 3] learning_rate: values: [0.001, 0.0005, 0.0001] optimizer: