Source code for mllm_shap.shap.monte_carlo.limited
"""Limited Monte Carlo approximation SHAP explainer implementation."""
from ._base import BaseMcShapExplainer
[docs]
class LimitedMcShapExplainer(BaseMcShapExplainer):
"""Limited Monte Carlo SHAP implementation."""