You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/learning-to-rank/01-learning-to-rank.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
"\n",
13
13
"[](https://colab.research.google.com/github/afoucret/elasticsearch-labs/blob/ltr-notebook/notebooks/learning-to-rank/01-learning-to-rank.ipynb)\n",
14
14
"\n",
15
-
"In this notebook we will see example on how to train a Learning To Rank model using [XGBoost](https://xgboost.ai/) and how to deploy it to be used as a rescorer in Elasticsearch.\n",
15
+
"In this notebook we will see an example on how to train a Learning To Rank model using [XGBoost](https://xgboost.ai/) and how to deploy it to be used as a rescorer in Elasticsearch.\n",
16
16
"\n",
17
17
"\n",
18
18
"**Notes about the Learning To Rank feature:**\n",
@@ -235,7 +235,7 @@
235
235
"cell_type": "markdown",
236
236
"metadata": {},
237
237
"source": [
238
-
"## Loading the judgment list\n",
238
+
"## Loading the judegment list\n",
239
239
"\n",
240
240
"Judgemnent list provides human judgement that will be used to train our Learning To Rank model.\n",
0 commit comments