added changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user