A company makes forecasts each quarter to decide how to optimize operations to meet expected demand. The company uses ML models to make these forecasts. An AI practitioner is writing a report about the trained ML models to provide transparency and explainability to company stakeholders. What should the AI practitioner include in the report to meet the transparency and explainability requirements?
Pick an answer to reveal the explanation.
Why this is correct
Partial dependence plots (PDPs) visualize the marginal effect of one or two features on the predicted outcome of an ML model. They are a standard explainability tool that helps non-technical stakeholders understand how individual inputs drive model predictions. Training code, sample data, and convergence tables describe how the model was built, not why it makes specific predictions.