Principle No Lookahead

Apply to any evaluation, backtest, benchmark, grader, or training run over data with a time axis or an ordered decision sequence. Score a decision only against inputs that existed before that decision was made. Covers what the field calls look-ahead bias, target leakage, point-in-time correctness, and repainting. Reach for it on: a backtest or walk-forward run, a feature computed over a full history, a retrieval or agent eval, a label assigned after the outcome was known, or any result that looks too good.

EdbertChan Updated

File contents

EdbertChan/catstack/tree/main/corpus/skills/principle-no-lookahead commit ea2b4c9e9f

Frequently asked questions

npx skillmds@latest add edbertchan/principle-no-lookahead