Exam PMI-CPMAI Topic 6 Question 49 Discussion
Actual exam question for PMI's PMI-CPMAI exam
Question #: 49
Topic #: 6
Question #: 49
Topic #: 6
During the configuration management of an AI/machine learning (ML) model, the team has observed inconsistent performance metrics across different test datasets.
What will cause the inconsistency issue?
What will cause the inconsistency issue?
Suggested Answer: D Vote an answer
PMI-CPMAI highlights data pipelines and preprocessing as critical components of AI/ML configuration management. A core principle is that all evaluation datasets must be processed through consistent, validated preprocessing steps (cleaning, normalization, feature engineering, encoding, etc.). If different test datasets experience different preprocessing logic, parameter settings, or transformations, performance metrics will naturally appear inconsistent, not because of the model itself but because the inputs are not comparable.
The guidance notes that configuration management for AI must track not only model versions but also data transformations, feature pipelines, and parameter settings. Inconsistent metrics across test datasets are a classic symptom of mismatched preprocessing, such as applying different scaling, missing-value handling, text tokenization, or feature selection strategies across datasets. Overfitting and model complexity affect generalization, but typically manifest as consistently poor performance on out-of-sample data, rather than erratic metrics between test sets prepared correctly.
Therefore, when a team observes inconsistent performance metrics across different test datasets, PMI-CPMAI would direct them to first check whether the data preprocessing steps are implemented correctly and consistently across those datasets. The likely cause of the inconsistency issue is incorrect (or inconsistent) data preprocessing steps.
The guidance notes that configuration management for AI must track not only model versions but also data transformations, feature pipelines, and parameter settings. Inconsistent metrics across test datasets are a classic symptom of mismatched preprocessing, such as applying different scaling, missing-value handling, text tokenization, or feature selection strategies across datasets. Overfitting and model complexity affect generalization, but typically manifest as consistently poor performance on out-of-sample data, rather than erratic metrics between test sets prepared correctly.
Therefore, when a team observes inconsistent performance metrics across different test datasets, PMI-CPMAI would direct them to first check whether the data preprocessing steps are implemented correctly and consistently across those datasets. The likely cause of the inconsistency issue is incorrect (or inconsistent) data preprocessing steps.
by Candice at Jun 27, 2026, 06:20 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).