Design contract for Codex to convert configs/modeling/feature_preprocessing.yaml from metadata-only intent into a real train-only preprocessing layer that produces model-ready, tensor-safe features. Scope includes clean preprocessing package structure, rule matching, transforms, train-only winsor/scaler fitting, missing masks, state persistence, validation, docs, and tests. Detailed contract follows in comments.
Design contract for Codex to convert
configs/modeling/feature_preprocessing.yamlfrom metadata-only intent into a real train-only preprocessing layer that produces model-ready, tensor-safe features. Scope includes clean preprocessing package structure, rule matching, transforms, train-only winsor/scaler fitting, missing masks, state persistence, validation, docs, and tests. Detailed contract follows in comments.