Hi everyone,
In machine learning, suppose we have a training database consisting of chronological ordered instances, from least recent to most recent, e.g. a user's behavior on social media.
Knowing we want to predict the user's future behavior according to the past behavior, is it more appropriate in this case to use the hold-out validation (the least recent set for training and the more recent for testing) instead of the k-fold cross-validation?
Thanks in advance.