From eeb37353b2309357468c57349df75b41604e8353 Mon Sep 17 00:00:00 2001 From: Konstantin Lopuhin Date: Tue, 28 Nov 2017 10:48:02 +0300 Subject: [PATCH] Add missing "not" in decision path caveat Thanks @FelixNeutatz for the catch! Fixes #247 --- eli5/_decision_path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eli5/_decision_path.py b/eli5/_decision_path.py index adf8c853..cd47828a 100644 --- a/eli5/_decision_path.py +++ b/eli5/_decision_path.py @@ -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