During the AI lifecycle, when should a 'Data Quality' assessment be performed to minimize long-term risk?
Trap 1: After model deployment in production.
Waiting until deployment is too late to prevent skewed model learning.
Trap 2: During the final model sign-off.
Sign-off is too late for corrective data action.
Trap 3: During the decommission phase.
Data quality is irrelevant once the model is retired.
- A
After model deployment in production.
Why wrong: Waiting until deployment is too late to prevent skewed model learning.
- B
During the final model sign-off.
Why wrong: Sign-off is too late for corrective data action.
- C
During the decommission phase.
Why wrong: Data quality is irrelevant once the model is retired.
- D
During the data ingestion and preprocessing stage.
Performing quality checks before the model sees the data prevents propagation of errors into model weights.