
Ultimate access to all questions.
You are building a predictive maintenance model to preemptively detect part defects in bridges, which is crucial for ensuring safety and longevity. You plan to use high definition images of the bridges as model inputs, utilizing advanced image processing and machine learning techniques. You need to explain the output of the model to the relevant stakeholders, such as engineers and maintenance teams, so they can take appropriate action based on the model's predictions. How should you build the model to achieve accurate predictions and provide understandable explanations?
A
Use scikit-learn to build a tree-based model, and use SHAP values to explain the model output.
B
Use scikit-learn to build a tree-based model, and use partial dependence plots (PDP) to explain the model output.
C
Use TensorFlow to create a deep learning-based model, and use Integrated Gradients to explain the model output.
D
Use TensorFlow to create a deep learning-based model, and use the sampled Shapley method to explain the model output.