Create sweep configs for gmadl
This commit is contained in:
parent
94c44673f6
commit
75f2c16a87
24
configs/evaluations/informer-btcusdt-15m-gmadl.yaml
Normal file
24
configs/evaluations/informer-btcusdt-15m-gmadl.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
program: ./scripts/train.py
|
||||||
|
project: wne-masters-thesis-testing
|
||||||
|
command:
|
||||||
|
- ${env}
|
||||||
|
- ${interpreter}
|
||||||
|
- ${program}
|
||||||
|
- "./configs/experiments/informer-btcusdt-15m-gmadl.yaml"
|
||||||
|
- "--patience"
|
||||||
|
- "20"
|
||||||
|
- "--store-predictions"
|
||||||
|
method: grid
|
||||||
|
metric:
|
||||||
|
goal: minimize
|
||||||
|
name: val_loss
|
||||||
|
parameters:
|
||||||
|
data:
|
||||||
|
parameters:
|
||||||
|
dataset:
|
||||||
|
value: "btc-usdt-15m:latest"
|
||||||
|
validation:
|
||||||
|
value: 0.2
|
||||||
|
sliding_window:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
24
configs/evaluations/informer-btcusdt-30m-gmadl.yaml
Normal file
24
configs/evaluations/informer-btcusdt-30m-gmadl.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
program: ./scripts/train.py
|
||||||
|
project: wne-masters-thesis-testing
|
||||||
|
command:
|
||||||
|
- ${env}
|
||||||
|
- ${interpreter}
|
||||||
|
- ${program}
|
||||||
|
- "./configs/experiments/informer-btcusdt-30m-gmadl.yaml"
|
||||||
|
- "--patience"
|
||||||
|
- "20"
|
||||||
|
- "--store-predictions"
|
||||||
|
method: grid
|
||||||
|
metric:
|
||||||
|
goal: minimize
|
||||||
|
name: val_loss
|
||||||
|
parameters:
|
||||||
|
data:
|
||||||
|
parameters:
|
||||||
|
dataset:
|
||||||
|
value: "btc-usdt-30m:latest"
|
||||||
|
validation:
|
||||||
|
value: 0.2
|
||||||
|
sliding_window:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
24
configs/evaluations/informer-btcusdt-5m-gmadl.yaml
Normal file
24
configs/evaluations/informer-btcusdt-5m-gmadl.yaml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
program: ./scripts/train.py
|
||||||
|
project: wne-masters-thesis-testing
|
||||||
|
command:
|
||||||
|
- ${env}
|
||||||
|
- ${interpreter}
|
||||||
|
- ${program}
|
||||||
|
- "./configs/experiments/informer-btcusdt-5m-gmadl.yaml"
|
||||||
|
- "--patience"
|
||||||
|
- "20"
|
||||||
|
- "--store-predictions"
|
||||||
|
method: grid
|
||||||
|
metric:
|
||||||
|
goal: minimize
|
||||||
|
name: val_loss
|
||||||
|
parameters:
|
||||||
|
data:
|
||||||
|
parameters:
|
||||||
|
dataset:
|
||||||
|
value: "btc-usdt-5m:latest"
|
||||||
|
validation:
|
||||||
|
value: 0.2
|
||||||
|
sliding_window:
|
||||||
|
min: 0
|
||||||
|
max: 5
|
||||||
Loading…
x
Reference in New Issue
Block a user