Question - Which sampling technique is most suitable when working with time-series data?
Answer -
We can use a custom iterative sampling such that we continuously add samples to the train set. We only should keep in mind that the sample used for validation should be added to the next train sets and a new sample is used for validation.