Hi, everyone.
I have recently started working with time series data. This course is being very helpful in this learning journey.
I have a question related to this week class:
In this week, it is introduced the ‘shuffle buffer’ parameter, which helps us shuffle our time series data. I inderstand that it is necessary to avoid sequence bias, but I’ve also read that, in time series cross validation, for instantce, it is not recommended to use the parameter shuffle=True (otherwise, we would fail to “teach” the model that there is a temporal sequence of information).
Could someone explain why the “shuffle buffer” doesn’t harm training, whereas shuffle = True in cv does?
Thanks in advance!