added changes

This commit is contained in:
yasha
2025-04-30 05:07:31 +00:00
parent 0ded87a0fb
commit 5865814464
16 changed files with 101282 additions and 518 deletions
@@ -8,7 +8,7 @@ max_epochs:
value: 40
data:
value:
dataset: "btc-usdt-5m:latest"
dataset: "btc-5m-features-full:latest"
sliding_window: 0
validation: 0.2
fields:
@@ -8,9 +8,11 @@ max_epochs:
value: 30
data:
value:
dataset: "btc-usdt-5m:latest"
# in_sample_artifact_name: "btc-5m-features-in_sample:latest" # Reverted
# out_of_sample_artifact_name: "btc-5m-features-out_of_sample:latest" # Reverted
dataset: "btc-5m-features-full:latest" # Use a single artifact name
sliding_window: 0
validation: 0.2
validation: 0.2 # This likely controls the in-sample vs out-of-sample split in train.py
fields:
value:
time_index: "time_index"