Chapter 9, The Counterfactual Explanations Method
- A true positive prediction does not require a justification. (True|False)
False. Any prediction should be justified, whether it is true or false.
- Justification by showing the accuracy of the model will satisfy a user. (True|False)
False. A model can be accurate but for the wrong reasons, whatever they may be.
- A user needs to believe an AI prediction. (True|False)
True. A user will not trust a prediction without a certain amount of belief.
False. In some cases, such as a medical diagnosis, some truths are difficult to believe.
- A counterfactual explanation is unconditional. (True|False)
True.
- The counterfactual explanation method will vary from one model to another. (True|False)
False. A counterfactual explanation is model-agnostic.
- A counterfactual data point is found with a distance function. (True|False...