Model Generalization Error
Model generalization error is the difference between a model's performance on the training data and its performance on unseen data. A high generalization error indicates that the model is overfitted and has failed to capture the underlying market dynamics.
In financial markets, where the signal-to-noise ratio is notoriously low, keeping this error to a minimum is the primary challenge for quantitative analysts. It is a measure of how well the model translates its learning to real-world conditions.
Minimizing this error requires techniques like regularization, parameter parsimony, and proper data partitioning. A model with low generalization error is robust, stable, and more likely to perform as expected in live trading.
It is the ultimate metric of a model's worth. It reflects the model's ability to see through the noise to the true signal.