fix: keep embargo tied to accepted folds and enforce PR-comment decision logs
This commit is contained in:
@@ -68,8 +68,7 @@ def generate_walk_forward_splits(
|
||||
test_indices=list(range(test_start, test_end + 1)),
|
||||
)
|
||||
)
|
||||
|
||||
prev_test_end = test_end
|
||||
prev_test_end = test_end
|
||||
test_start += step
|
||||
|
||||
return folds
|
||||
|
||||
Reference in New Issue
Block a user