Skip to content

Commit

Permalink
fix lag samples
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 11, 2024
1 parent f09e570 commit 87e7ca1
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 79 deletions.
2 changes: 1 addition & 1 deletion mlforecast/lag_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __eq__(self, other):

@property
def update_samples(self) -> int:
return self._lag
return self.lag

# %% ../nbs/lag_transforms.ipynb 7
class _RollingBase(_BaseLagTransform):
Expand Down
Loading

0 comments on commit 87e7ca1

Please sign in to comment.