Qm

Topic · Research Practice & Backtesting

← All topics

Overfitting & Validation

25 articles · 3 checkpoints · 15 deeper reads · 7 reference notes

Every article, in reading order

plant a flag as you finish each

Read these first

  1. Splitting history into a part you fit on and a part you test on only works if the test part is genuinely untouched. The protocol is about counting how many times you looked, because a hold-out you have peeked at twenty times is no longer a hold-out.

  2. A procedure that splits history into blocks, tries every balanced train/test combination, and asks how often the variant that won in-sample lands below the median out-of-sample. The answer is the probability of backtest overfitting.

  3. Hundreds of published stock-return predictors have been re-tested by independent teams. Most of them shrink badly and many vanish entirely. This page explains why, and how to read a factor paper without inheriting its optimism.

Then the rest

Reference notes7 short entries