Source code for mllm_shap.shap.neyman.limited
"""Limited Neyman approximation SHAP explainer implementation."""
from ._base import BaseComplementaryNeymanShapExplainer
[docs]
class LimitedComplementaryNeymanShapExplainer(BaseComplementaryNeymanShapExplainer):
"""Limited Neyman SHAP implementation."""