Skip to main content
Run any Skill in Manus
with one click

ml-feature-pit-derive-from-anchor-else-ablation-upper-bound

Stars1
Forks0
UpdatedJuly 8, 2026 at 12:14

Decide go/no-go on a candidate ML feature that derives from a SNAPSHOT field with NO point-in-time history table — where joining today's value onto historical training rows back-applies the future and leaks. Two branches with opposite resolutions. Use when: (1) scoring a CRM/account/lead snapshot field (transfer credits, age, status, score) as a model feature and there's no `*_history`/`*_audit`/`*_cdc` for it; (2) a candidate shows a strong incremental gradient you suspect is partly post-outcome leak; (3) someone proposes proving value with a naive with/without ablation; (4) a time-varying attribute (age, tenure, days-since-X) is stored as a recomputed snapshot. Covers: derive-from-immutable-anchor (birthdate→age, created_date→tenure) for PIT-exact with NO history table; and the asymmetric ablation-upper-bound rule when PIT is truly unsatisfiable.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly