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 metrics: make string percentiles #76

Closed ElisovaIra closed 3 years ago

ElisovaIra commented 3 years ago

Make index percentiles in uplift_by_percentile table as strings and round them:

Examples

Now

image

Was

image

Now

image

Was

image

🥳 Plot

Now

image

Was

image