maks-sh / scikit-uplift

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

RetailHero Dataset missing #143

Closed set92 closed 2 years ago

set92 commented 2 years ago

🐛 Bug

The URL that appears in the notebook is not working

To Reproduce

Steps to reproduce the behavior:

  1. Open https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb
  2. Try to access the URL https://drive.google.com/u/0/uc?id=1fkxNmihuS15kk0PP0QcphL_Z3_z8LLeb&export=download
  3. Error 404
maks-sh commented 2 years ago

Hi! 👋

Thank you a lot for the bug report 👍 It is very important for us.

Try to use the fetch_x5 function: https://www.uplift-modeling.com/en/latest/api/datasets/fetch_x5.html

We have already updated this notebook in the dev branch. So, these changes will also appear in the master in the near future.

maks-sh commented 2 years ago

Fixed: https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero_EN.ipynb