We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
treatment
1 parent 077d95c commit 88a015bCopy full SHA for 88a015b
sklift/viz/base.py
@@ -28,7 +28,6 @@ def plot_uplift_preds(trmnt_preds, ctrl_preds, log=False, bins=100):
28
29
# TODO: Add k as parameter: vertical line on plots
30
check_consistent_length(trmnt_preds, ctrl_preds)
31
- check_is_binary(treatment)
32
33
if not isinstance(bins, int) or bins <= 0:
34
raise ValueError(
0 commit comments