Skip to content

Commit 88a015b

Browse files
authored
fix: remove reference to treatment variable (#88)
1 parent 077d95c commit 88a015b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sklift/viz/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def plot_uplift_preds(trmnt_preds, ctrl_preds, log=False, bins=100):
2828

2929
# TODO: Add k as parameter: vertical line on plots
3030
check_consistent_length(trmnt_preds, ctrl_preds)
31-
check_is_binary(treatment)
3231

3332
if not isinstance(bins, int) or bins <= 0:
3433
raise ValueError(

0 commit comments

Comments
 (0)