Skip to content

Commit

Permalink
switch off shap exceptions (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
pplonski committed Jul 6, 2023
1 parent 41f0653 commit 041829a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions supervised/utils/shap.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,10 @@ def compute(
class_names,
)
except Exception as e:
print(
f"Exception while producing SHAP explanations. {str(e)}\nContinuing ..."
)
pass
#print(
# f"Exception while producing SHAP explanations. {str(e)}\nContinuing ..."
#)

@staticmethod
def decisions_regression(
Expand Down

0 comments on commit 041829a

Please sign in to comment.