Skip to content

Commit

Permalink
Add missing "not" in decision path caveat
Browse files Browse the repository at this point in the history
Thanks @FelixNeutatz for the catch! Fixes TeamHG-Memex#247
  • Loading branch information
lopuhin committed Nov 28, 2017
1 parent 496ed61 commit eeb3735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eli5/_decision_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
DECISION_PATHS_CAVEATS = """
Caveats:
1. Feature weights just show if the feature contributed positively or
negatively to the final score, and does show how increasing or decreasing
the feature value will change the prediction.
negatively to the final score, and does not show how increasing or
decreasing the feature value will change the prediction.
2. In some cases, feature weight can be close to zero for an important feature.
For example, in a single tree that computes XOR function, the feature at the
top of the tree will have zero weight because expected scores for both
Expand Down

0 comments on commit eeb3735

Please sign in to comment.