maks-sh / scikit-uplift

:exclamation: uplift modeling in scikit-learn style in python :snake:
https://www.uplift-modeling.com
MIT License
725 stars 96 forks source link

fix: remove reference to `treatment` variable #88

Closed bwbelljr closed 3 years ago

bwbelljr commented 3 years ago

name: "Pull request" about: Make changes in scikit-uplift

📑 Description of the Change

Removed line check_is_binary(treatment) at the top of the function plot_uplift_preds

Verification Process

Release Notes

-Remove reference to treatment variable in plot_uplift_preds not included as function argument.

Additional info