EasyDeepLearn

What is purged cross-validation?

hard

Answer

  • López de Prado.
  • Standard k-fold + (1) remove training samples whose labels depend on test period (purge).
  • (2) Add embargo gap after test period (prevents leakage via serial correlation in labels/features).
  • Essential when labels span multiple time bars (returns over next N days).
  • Without purging, correlation between train and test through overlapping label windows inflates performance.
  • Standard in quantitative finance.
Check yourself — multiple choice
  • Same as k-fold
  • López de Prado: k-fold + purge samples with label overlap into test period + embargo gap after test; prevents serial correlation leakage; finance standard
  • Random
  • Not real

Purged CV: purge overlapping labels + embargo; finance standard.

#data-quality

Practise MLOps & Data Quality

215 interview questions in this topic.

Related questions