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).
Thanks