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

Issue with downloading sample dataset #175

Closed eunkyung1127 closed 2 years ago

eunkyung1127 commented 2 years ago

Hello! I'm trying to run the tutorial file (RetailHero_EN.ipynb), and getting an error for fetch_x5() function. I get '404 Not Found' error, and it seems the AWS bucket where the sample data files are located in is not available. This is one of the file link that is not available: https://timds.s3.eu-central-1.amazonaws.com/uplift_train.csv.gz Could you re-enable this AWS bucket? Thanks!

maks-sh commented 2 years ago

Hello!

Thank you for your feedback!🙌

Unfortunately, I need more time to fix the code in the package. So now I will share the files as links on Google drive: clients: https://drive.google.com/file/d/1USTn7dqw1cQR588h1GwMME8xtPRPHkqL/view?usp=sharing train: https://drive.google.com/file/d/1RB76sMi1FY25mW4Iiqt9dQws6Ec7QVC2/view?usp=sharing purchases: https://drive.google.com/file/d/1KO9t_PmhvQHP9HgKog3H6CDQu0JrEYky/view?usp=sharing

eunkyung1127 commented 2 years ago

Thank you, Maksim!

taozhuo2000 commented 2 years ago

It is very annoying if we can't run the tutorial file.

maks-sh commented 2 years ago

@eunkyung1127 @taozhuo2000 👋

I apologize for waiting so long. Now version 0.4.1 is available in pypi, which fixes this bug.