sliding window horizon, data leakage #722
-
hey everyone, I hope you are doing well Additionally, what steps should I take to avoid leakage in my data? Should I split the training and test data and apply the sliding window function separately to each of them? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'd suggest you take a look at https://timeseriesai.github.io/tsai/data.preparation.html and try to understand how the sliding window works. There are many examples that might be helpful. |
Beta Was this translation helpful? Give feedback.
-
thanks, i would consider that. |
Beta Was this translation helpful? Give feedback.
I'd suggest you take a look at https://timeseriesai.github.io/tsai/data.preparation.html and try to understand how the sliding window works. There are many examples that might be helpful.