Skip to content

Commit 84995de

Browse files
committed
🔨 Bump version in notebooks
1 parent 3eef254 commit 84995de

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

notebooks/RetailHero.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"urllib.request.urlretrieve(url, '/content/retail_hero.zip')\n",
128128
"\n",
129129
"!unzip /content/retail_hero.zip\n",
130-
"!pip install scikit-uplift==0.1.2 catboost=0.22"
130+
"!pip install scikit-uplift catboost==0.22 -U"
131131
]
132132
},
133133
{

notebooks/RetailHero_EN.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"urllib.request.urlretrieve(url, '/content/retail_hero.zip')\n",
124124
"\n",
125125
"!unzip /content/retail_hero.zip\n",
126-
"!pip install scikit-uplift==0.1.2 catboost=0.22"
126+
"!pip install scikit-uplift catboost==0.22 -U"
127127
]
128128
},
129129
{

notebooks/pipeline_usage_EN.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
" </a>\n",
1414
" <br>\n",
1515
" <b><a href=\"https://github.com/maks-sh/scikit-uplift/\">SCIKIT-UPLIFT REPO</a> | </b>\n",
16-
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/\">SCIKIT-UPLIFT DOCS</a></b>\n",
16+
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/\">SCIKIT-UPLIFT DOCS</a> | </b>\n",
17+
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html\">USER GUIDE</a></b>\n",
1718
" <br>\n",
1819
" <b><a href=\"https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_RU.ipynb\">RUSSIAN VERSION</a></b>\n",
1920
"\n",
@@ -56,7 +57,7 @@
5657
},
5758
"outputs": [],
5859
"source": [
59-
"!pip install scikit-uplift==0.1.2 xgboost==1.0.2 category_encoders==2.1.0"
60+
"!pip install scikit-uplift xgboost==1.0.2 category_encoders==2.1.0 -U"
6061
]
6162
},
6263
{
@@ -80,7 +81,7 @@
8081
"import urllib.request\n",
8182
"\n",
8283
"\n",
83-
"csv_path = './content/Hilstorm.csv'\n",
84+
"csv_path = '/content/Hilstorm.csv'\n",
8485
"url = 'http://www.minethatdata.com/Kevin_Hillstrom_MineThatData_E-MailAnalytics_DataMiningChallenge_2008.03.20.csv'\n",
8586
"urllib.request.urlretrieve(url, csv_path)"
8687
]

notebooks/pipeline_usage_RU.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
" </a>\n",
1414
" <br>\n",
1515
" <b><a href=\"https://github.com/maks-sh/scikit-uplift/\">SCIKIT-UPLIFT REPO</a> | </b>\n",
16-
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/\">SCIKIT-UPLIFT DOCS</a></b>\n",
16+
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/\">SCIKIT-UPLIFT DOCS</a> | </b>\n",
17+
" <b><a href=\"https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html\">USER GUIDE</a></b>\n",
1718
" <br>\n",
1819
" <b><a href=\"https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_EN.ipynb\">ENGLISH VERSION</a></b>\n",
1920
"\n",
@@ -50,7 +51,7 @@
5051
},
5152
"outputs": [],
5253
"source": [
53-
"!pip install scikit-uplift==0.1.2 xgboost==1.0.2 category_encoders==2.1.0"
54+
"!pip install scikit-uplift xgboost==1.0.2 category_encoders==2.1.0 -U"
5455
]
5556
},
5657
{
@@ -79,7 +80,7 @@
7980
"import urllib.request\n",
8081
"\n",
8182
"\n",
82-
"csv_path = './content/Hilstorm.csv'\n",
83+
"csv_path = '/content/Hilstorm.csv'\n",
8384
"url = 'http://www.minethatdata.com/Kevin_Hillstrom_MineThatData_E-MailAnalytics_DataMiningChallenge_2008.03.20.csv'\n",
8485
"urllib.request.urlretrieve(url, csv_path)"
8586
]

0 commit comments

Comments
 (0)