Skip to content

Commit eeb3735

Browse files
committed
Add missing "not" in decision path caveat
Thanks @FelixNeutatz for the catch! Fixes #247
1 parent 496ed61 commit eeb3735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eli5/_decision_path.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
DECISION_PATHS_CAVEATS = """
2323
Caveats:
2424
1. Feature weights just show if the feature contributed positively or
25-
negatively to the final score, and does show how increasing or decreasing
26-
the feature value will change the prediction.
25+
negatively to the final score, and does not show how increasing or
26+
decreasing the feature value will change the prediction.
2727
2. In some cases, feature weight can be close to zero for an important feature.
2828
For example, in a single tree that computes XOR function, the feature at the
2929
top of the tree will have zero weight because expected scores for both

0 commit comments

Comments
 (0)