Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuting committed Sep 11, 2024
1 parent 6661a32 commit cc3c11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obsidian/campaign/explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def shap_explain(self,
Args:
responseid (int): Index of the target response variable.
n (int): Number of samples to generate for shap values.
X_ref (pd.DataFrame | None, optional): Reference DataFrame for shap values.
X_ref (pd.DataFrame | None, optional): Reference DataFrame for shap values.
If None, the ``self.optimizer.X_best_f`` will be used. Defaults to ``None``.
seed (int | None): Seed value for random number generation.
Expand Down

0 comments on commit cc3c11a

Please sign in to comment.