Prep scripts quietly drop a language-preference field, and the model code treats a blank as a default majority value. Which bias-test approach finds those anti-patterns?
Select an answer to reveal the explanation.
Short Explanation
Prep scripts that quietly drop a language-preference field, and model code that treats a blank as the majority default, are sensitive-attribute mishandling. Static analysis of the preparation programs and the model implementation is the approach that finds those anti-patterns. A known-fair dynamic set, a Chapter 6 overfitting procedure, and skipping the scripts leave the code unexamined.
Full Explanation
Static analysis of prep and model code finds mishandling of sensitive attributes. A dynamic set, Chapter 6 overfitting, and skipping the scripts miss that approach.