mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-12 18:38:06 +00:00
refactor(Training): remove non-expanding window option (#244)
This commit is contained in:
@@ -42,7 +42,6 @@ def train_model(
|
||||
X=X,
|
||||
y=y,
|
||||
forward_returns=forward_returns,
|
||||
expanding_window=True,
|
||||
window_size=initial_window_size,
|
||||
retrain_every=retrain_every,
|
||||
from_index=from_index,
|
||||
|
||||
Reference in New Issue
Block a user