Chapter 11, Anchors XAI
- LIME explanations are global rules. (True|False)
False. LIME explanations explain predictions locally.
- LIME explains a prediction locally. (True|False)
True.
- LIME is efficient on all datasets. (True|False)
False. An XAI tool is model-agnostic but not dataset-agnostic.
- Anchors detect the ML model used to make a prediction. (True|False)
False. Anchors are model-agnostic.
- Anchors detect the parameters of an ML model. (True|False)
False. Anchors are model-agnostic.
- Anchors are high-precision rules. (True|False)
True.
- High-precision rules explain how a prediction was reached. (True|False)
True.
- Anchors do not apply to images. (True|False)
False.
- Anchors can display superpixels on an image. (True|False)
True.
- A model-agnostic XAI tool can run on many ML models. However,...