maks-sh / scikit-uplift

:exclamation: uplift modeling in scikit-learn style in python :snake:

Home Page:https://www.uplift-modeling.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outdated data source links in Retaihero (RU+EN) notebooks.

Ksyula opened this issue Β· comments

The fix will come with the solution of the #101 issue in PR #121

Hello all! I faced with the same problem when I use this tutorial as example.

I agree, we need to change the link on following: https://storage.yandexcloud.net/datasouls-ods/materials/9c6913e5/retailhero-uplift.zip

But also we need to change "reading data" in next cell (in kernel after downloading):

df_clients = pd.read_csv('/content/data/clients.csv', index_col='client_id')
df_train = pd.read_csv('/content/data/uplift_train.csv', index_col='client_id')
df_test = pd.read_csv('/content/data/uplift_test.csv', index_col='client_id')

Otherwise we will get again a mistake.

Hello @lyutov89, thanks for mentioning it. Feel free to check the PR, which includes the changes you described here #121