You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since all the feat extraction are based on pd.rolling, overlap is treated as the step parameter. This leads to misleading behaviour of the parameter overlap.
Action: either change the name of the parameter, or correct to step = window-overlap
The text was updated successfully, but these errors were encountered:
Since all the feat extraction are based on pd.rolling, overlap is treated as the step parameter. This leads to misleading behaviour of the parameter overlap.
Action: either change the name of the parameter, or correct to step = window-overlap
The text was updated successfully, but these errors were encountered: