Skip to content

Commit

Permalink
Update explainer_manager.py to change docs from MimicWrapper to Mimic…
Browse files Browse the repository at this point in the history
…Explainer (microsoft#2240)
  • Loading branch information
gaugup authored Aug 16, 2023
1 parent 5c7a0fa commit 961a73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responsibleai/responsibleai/managers/explainer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _initialize_surrogate_model(self):
self._surrogate_model = LinearExplainableModel

def _compute_explanations(self, local: bool, data: Any):
"""Compute explanations using MimicWrapper.
"""Compute explanations using MimicExplainer.
:param local: True if local explanations are requested
and False otherwise.
Expand Down

0 comments on commit 961a73b

Please sign in to comment.