Skip to content

Commit

Permalink
fix_window_size_diff
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierEscobarOrtiz committed May 20, 2024
1 parent 9b79098 commit 51b2872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def _create_train_X_y(

if series_to_store:
last_window = {
k: v.iloc[-self.max_lag:].copy()
k: v.iloc[-self.window_size_diff:].copy()
for k, v in series_dict.items()
if k in series_to_store
}
Expand Down

0 comments on commit 51b2872

Please sign in to comment.