Skip to content

Commit 40cc796

Browse files
committed
✨ Fix docsting plot_uplift_by_percentile
1 parent 5097b81 commit 40cc796

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sklift/viz/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def plot_uplift_by_percentile(y_true, uplift, treatment, strategy, kind='line',
129129
The first step is taking the first k observations of all test data ordered by uplift prediction
130130
(overall both groups - control and treatment) and conversions in treatment and control groups
131131
calculated only on them. Then the difference between these conversions is calculated.
132-
133132
* ``'by_group'``:
134133
Separately calculates conversions in top k observations in each group (control and treatment)
135134
sorted by uplift predictions. Then the difference between these conversions is calculated.
@@ -138,7 +137,6 @@ def plot_uplift_by_percentile(y_true, uplift, treatment, strategy, kind='line',
138137
139138
* ``'line'``:
140139
Generates a line plot.
141-
142140
* ``'bar'``:
143141
Generates a traditional bar-style plot.
144142

0 commit comments

Comments
 (0)