答案: B
The question requires content that provides transparency and explainability of ML forecast models to business stakeholders, who are typically non-technical and need to understand what drives model predictions to trust the forecasts and make informed operational decisions. Partial dependence plots (PDPs) are a standard explainable AI (XAI) tool designed to visualize the marginal impact of individual input features on model output, while holding all other features constant. This allows stakeholders to easily interpret how factors such as historical demand trends, seasonality, or operational inputs influence the quarterly demand forecasts, directly meeting the transparency and explainability requirements outlined. This aligns with the AIF-C01 domain focus on responsible AI, explainability, and non-technical stakeholder communication for ML use cases. Option Analysis:
A. Code for model training is incorrect. Model training code is a technical artifact intended for ML engineering teams to debug or replicate model training, but it is not interpretable for non-technical business stakeholders, does not explain what drives the model's forecast outputs, and may contain sensitive intellectual property, so it does not meet the stated requirements.
B. Partial dependence plots (PDPs) is correct. As a core XAI visualization, PDPs clearly demonstrate how relevant input features affect the model's predicted demand values, providing actionable, easy-to-understand insights for stakeholders to understand what factors drive forecast results. This directly addresses the requirements for transparency and explainability for stakeholders who need to trust and act on the forecast outputs to optimize operations.
C. Sample data for training is incorrect. Raw sample training data does not explain how the model uses input data to generate forecasts. It also does not provide insights into model decision logic, may include sensitive customer or business data, and is not useful for non-technical stakeholders seeking to understand forecast drivers.
D. Model convergence tables are incorrect. Convergence tables are technical artifacts that confirm the model training process completed successfully and stabilized during training, but they do not explain what features drive the model's final forecast outputs, so they do not meet the explainability requirement for business stakeholders. Key Concepts:
1. Explainable AI (XAI) for Stakeholder Communication: This AIF-C01 core concept covers translating complex ML model logic into interpretable insights accessible to non-technical users, focusing on tools that demonstrate prediction drivers rather than technical training artifacts.
2. ML Transparency and Governance: This core domain covers requirements for building stakeholder trust in ML outputs by providing clear, relevant explanations of model behavior, rather than artifacts only useful for technical ML teams, aligned with responsible AI practices.
3. Partial Dependence Plots (PDPs): This standard XAI tool is explicitly included in the AIF-C01 explainability topic as a method to visualize the marginal effect of features on model predictions, enabling stakeholders to understand model behavior. References:
AWS What is Explainable AI (XAI)?, AWS Well-Architected Framework Machine Learning Lens: Explainability, https://docs.aws.amazon.com/wellarchitected/latest/machine-learning-lens/explainability.html