Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenSiegWork committed Nov 25, 2024
1 parent 5565805 commit 29daa6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions molpipeline/explainability/explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ def explain(self, X: Any, **kwargs: Any) -> Return_type_:
class _SHAPExplainerAdapter(AbstractSHAPExplainer, abc.ABC):
"""Adapter for SHAP explainer wrappers for handling molecules and pipelines."""

Return_type_ = AbstractSHAPExplainer.Return_type_

def __init__(
self,
pipeline: Pipeline,
Expand Down

0 comments on commit 29daa6d

Please sign in to comment.