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
I am trying to use a sliding window method and if I understand correctly I can only adjust window size, but the sliding size is always 1, am I correct?
Is there a way to change this?
In my example, I have hourly values, and I want to have daily windows ( win_size=24 and also sliding size 24).