Cross-Validation Flashcards
Cross-Validation
How will a strategy perform in the future?
In statistics, cross-validation checks: How does a trained model generalise to an unseen data set?
In our context of trading strategies, we want to know: how well will our strategy perform in the future?
In-Sample Test
Optimise on one subset (training set).
Investigate the fitness landscape e.g. via a grid search.
Used to choose parameters.
Out-of-Sample Test
Validate on the other (testing set).
Apply chosen parameters to unseen data.
Fitness Landscapes
Describes how complex adaptive systems evolve over time through the processes of evolution.
Sometimes, instead of looking at the best in-sample parameters, we should look at the fitness landscape more holistically.