I have a model that trains itself by looking at the last 12 months of data, and then predicts the next month (out of sample).
Say I have 24 months worth of data, thus allowing me 12 opportunities to train and test my model (train: months 1-12; test: month 13; train: months 2-13; test: month 14, etc.)
How would I cross-validate this?