add experiments with RMSE

This commit is contained in:
Filip Stefaniuk
2025-01-16 12:14:59 -05:00
parent 6360d76d11
commit 96950fcf90
10 changed files with 410 additions and 1 deletions
@@ -0,0 +1,25 @@
program: ./scripts/train.py
name: informer-btcusdt-15m-rmse-eval
project: wne-masters-thesis-testing
command:
- ${env}
- ${interpreter}
- ${program}
- "./configs/experiments/informer-btcusdt-15m-rmse.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
@@ -0,0 +1,27 @@
program: ./scripts/train.py
name: informer-btcusdt-30m-rmse-eval
project: wne-masters-thesis-testing
command:
- ${env}
- ${interpreter}
- ${program}
- "./configs/experiments/informer-btcusdt-30m-rmse.yaml"
- "--patience"
- "20"
- "--store-predictions"
- "--val-check-interval"
- "100"
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
@@ -0,0 +1,25 @@
program: ./scripts/train.py
name: informer-btcusdt-5m-rmse-eval
project: wne-masters-thesis-testing
command:
- ${env}
- ${interpreter}
- ${program}
- "./configs/experiments/informer-btcusdt-5m-rmse.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