Skip to content

Commit

Permalink
Update hiclass/Explainer.py
Browse files Browse the repository at this point in the history
Fixed typo

Co-authored-by: mirand863 <[email protected]>
  • Loading branch information
ashishpatel16 and mirand863 authored Mar 26, 2024
1 parent fde3040 commit 01bf32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hiclass/Explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
n_jobs : int, default=1
The number of jobs to run in parallel.
algorithm : str, default="auto"
The algorithm to use for SHAP explainer. Possible values are 'linear', 'tree', 'auto', 'permutation'. or 'partition'
The algorithm to use for SHAP explainer. Possible values are 'linear', 'tree', 'auto', 'permutation' or 'partition'
mode : str, default=""
The mode of the SHAP explainer. Can be 'tree', 'gradient', 'deep', 'linear', or '' for default SHAP explainer.
Expand Down

0 comments on commit 01bf32e

Please sign in to comment.