# Model Explanations

> Understand why models give particular predictions

Model explanations allow you to understand why a machine learning model gave a particular predictions. Seldon Enterprise Platform allows you to use Black Box Model Explainers that can be used on models built using any technology.

## Available Methods

Seldon Enterprise Platform supports a subset of the methods currently available in Alibi for Seldon Core deployments. Find documentation on [explanation algorithms](https://docs.seldon.io/projects/alibi/en/latest/explanations/methods.html) and read about creating your [custom explainer](https://docs.seldon.io/projects/seldon-core/en/latest/analytics/explainers.html#creating-your-explainer)

| Explanation Method  | Seldon Core V1                                                                         | Seldon Core V2                                                                         | Alibi Docs                                                                                  |
| ------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
| Anchor Tabular      | [Example](/seldon-enterprise-platform/demos/seldon-core-v1/explainer-tabular.md)       | [Example](/seldon-enterprise-platform/demos/seldon-core-v2/explainer-tabular.md)       | [Docs](https://docs.seldon.io/projects/alibi/en/latest/methods/Anchors.html#id3)            |
| Kernel SHAP Tabular | [Example](/seldon-enterprise-platform/demos/seldon-core-v1/explainer-tabular.md)       | [Example](/seldon-enterprise-platform/demos/seldon-core-v2/explainer-tabular.md)       | [Docs](https://docs.seldon.io/projects/alibi/en/latest/methods/KernelSHAP.html#Kernel-SHAP) |
| Anchor Text         | [Example](/seldon-enterprise-platform/demos/seldon-core-v1/explainer-anchor-text.md)   | [Example](/seldon-enterprise-platform/demos/seldon-core-v2/explainer-anchor-text.md)   | [Docs](https://docs.seldon.io/projects/alibi/en/latest/methods/Anchors.html#id2)            |
| Anchor Images       | [Example](/seldon-enterprise-platform/demos/seldon-core-v1/explainer-anchor-images.md) | [Example](/seldon-enterprise-platform/demos/seldon-core-v2/explainer-anchor-images.md) | [Docs](https://docs.seldon.io/projects/alibi/en/latest/methods/Anchors.html#id5)            |

```
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-enterprise-platform/product-tour/model-explanations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
