File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 " ,
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 {
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 ]
Original file line number Diff line number Diff line change 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 " ,
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 {
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 ]
You can’t perform that action at this time.
0 commit comments