A project manager is tasked with overseeing the implementation of an AI model for financial forecasting. They need to ensure the model's predictions are reliable.
If the model's error rate exceeds acceptable boundaries, what will occur next?
Correct Answer: A
In PMI-CPMAI, evaluation and validation of AI models are explicitly tied to predefined performance thresholds and acceptance criteria. For a financial forecasting model, reliability is typically expressed using error metrics (such as MAE, MAPE, RMSE, etc.) and acceptable tolerance bands agreed with stakeholders. PMI describes that if a model's error rate exceeds these agreed boundaries, the model has not met acceptance criteria, and the project must return to an earlier lifecycle stage (typically re-training, re-specification, or data refinement) before operationalization.
This situation has a direct schedule impact: additional cycles of data analysis, feature engineering, hyperparameter tuning, and validation must be performed. Thus, the practical consequence is delay in operationalization until the model can demonstrate acceptable and stable behavior on representative test and validation data. PMI-CPMAI frames this as part of a disciplined, iterative lifecycle rather than a failure; it is expected that some models will require multiple improvement cycles.
The other options do not align with PMI's treatment of performance deviations. An increased error rate does not reduce the need for human oversight; in fact, oversight may need to be increased. Computational cost changes (option C) are secondary and not the primary next step. Stakeholder confidence (option D) generally decreases when error rates exceed agreed limits. Therefore, the realistic and lifecycle-aligned outcome is operationalization delays due to model retraining (option A).