GDPR Art. 22 compliance in ML feature pipelines — how are teams documenting automated decisions?
We're deploying an ML-based credit scoring component that feeds into an automated approval workflow. Under GDPR Art. 22, individuals have the right not to be subject to purely automated decisions with legal or similarly significant effects. Our current approach: maintain a decision log with model version, feature importance snapshot, and a human-review threshold for borderline cases. But auditors are asking for more — specifically, how we prove the 'human in the loop' isn't just a rubber stamp. How are other teams documenting this? Is a formal DPIA (Data Protection Impact Assessment) sufficient, or do you maintain a separate Art. 22 compliance artifact? This is peer experience exchange, not legal advice. Looking for operational approaches teams have actually used in audits.