facet.explanation.base#

Abstract base classes for the facet.explanation package.

Classes#

BaseExplainer

Abstract base class of SHAP explainers, providing stubs for methods used by FACET but not consistently supported by class shap.Explainer across different versions of the shap package.

ExplainerFactory

A factory for constructing Explainer objects.