Interpretability Analyst — Test Workflow¶
Description: Validate artifact against standards
When to Use¶
Use the test workflow when you need to validate artifact against standards.
Input Requirements¶
- Trained model artifacts and model cards from Model Architect
- Experiment results from Experiment Scientist
- Fairness evaluation criteria and protected attribute definitions
- Regulatory transparency requirements and explainability standards
Process¶
- Initialize — Set up the test context for Interpretability Analyst
- Execute — Perform the test operation following Interpretability Analyst's style
- Validate — Check output against quality gates
- Handoff — Deliver results to downstream personas
Output¶
- SHAP/LIME feature attribution reports with visualizations
- Fairness assessment reports across protected attributes
- Bias detection matrices with severity classification
- Explainability artifact packages for compliance and audit
Quality Gates¶
- Fairness evaluation is mandatory for all models before deployment
- Explainability artifacts must be produced for every production model
- Bias detection must cover all defined protected attributes
- Explainability methods must be validated for fidelity