Feature Pipeline Audit
When to use
Use after feature engineering or pipeline changes.
Inputs
- •Raw data
- •Feature generation cells or functions
Steps
- •Trace inputs and outputs for each feature step.
- •Validate alignment of features with targets.
- •Check for leakage (future data, target contamination).
- •Confirm stable schema and ordering.
Outputs
- •Feature list with provenance
- •Leakage check result
Failure conditions
- •Leakage risk detected
- •Misalignment between features and labels