List of questions
Related questions
Question 176 - Professional Machine Learning Engineer discussion
You are building a predictive maintenance model to preemptively detect part defects in bridges. You plan to use high definition images of the bridges as model inputs. You need to explain the output of the model to the relevant stakeholders so they can take appropriate action. How should you build the model?
A.
Use scikit-learn to build a tree-based model, and use SHAP values to explain the model output.
B.
Use scikit-lean 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.
Your answer:
0 comments
Sorted by
Leave a comment first