Skip to content

Commit c88f3c9

Browse files
authored
Fix LTR notebook in Google Collab (#476)
1 parent 48b197e commit c88f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/search/08-learning-to-rank.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"outputs": [],
5050
"source": [
51-
"!pip install -qU elasticsearch eland \"eland[scikit-learn]\" xgboost tqdm\n",
51+
"!pip install -U elasticsearch eland \"eland[scikit-learn]\" xgboost tqdm\n",
5252
"\n",
5353
"from tqdm import tqdm\n",
5454
"\n",

0 commit comments

Comments
 (0)