Cross-validation, and why it is dangerous on time series
Asked at Point72
You fit a predictive model and want to estimate how well it will do on unseen data using only the data you have.
Explain k-fold cross-validation: the algorithm, why it estimates generalization, and where it fails, especially for financial time series.
Show a hint
Every data point should get a turn being tested by a model that never saw it. What goes wrong if "never saw it" is not really true?
Your answer
This one is open-ended. Work it through, then check your reasoning against the full solution.