shapiq.explainerΒΆ
High-level interfaces for explaining ML model predictions.
The main entry point is Explainer, which auto-selects the best
explanation method for a given model type. For more control, use one of the
specialised explainers directly:
TabularExplainerβ tabular data via imputation-based gamesTabPFNExplainerβ fast in-context learning with TabPFNAgnosticExplainerβ any callable modelTreeExplainerβ optimised for tree-based models
See also
Examples & Tutorials for end-to-end examples.
Classes
The main Explainer class for a simpler user interface. |
|
The tabular explainer as the main interface for the shapiq package. |
|
The TabPFN explainer as the main interface for the shapiq package. |
|
Agnostic Explainer for shapiq. |
|
The TreeExplainer class for tree-based models. |