Skip to content

Commit 5c319d3

Browse files
committed
Merge branch 'feature/fix_tutorial_notebooks' into dev
2 parents 4613de1 + 474380b commit 5c319d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/pipeline_usage_EN.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"outputs": [],
5858
"source": [
59-
"!pip install scikit-uplift==0.1.0 xgboost category_encoders"
59+
"!pip install scikit-uplift==0.1.0 xgboost==1.0.2 category_encoders==2.1.0"
6060
]
6161
},
6262
{

notebooks/pipeline_usage_RU.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"outputs": [],
5252
"source": [
53-
"!pip install scikit-uplift==0.1.0 xgboost category_encoders"
53+
"!pip install scikit-uplift==0.1.0 xgboost==1.0.2 category_encoders==2.1.0"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)