From a621abeca7b227b96370486b6608c1be93ebcc2f Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Tue, 13 Feb 2024 20:39:44 +0100 Subject: [PATCH] Add Eland link --- notebooks/search/08-learning-to-rank.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/search/08-learning-to-rank.ipynb b/notebooks/search/08-learning-to-rank.ipynb index 76ec69ca..c2a13bd3 100644 --- a/notebooks/search/08-learning-to-rank.ipynb +++ b/notebooks/search/08-learning-to-rank.ipynb @@ -17,7 +17,7 @@ "- Extract features from our dataset using Elasticsearch's Query DSL, including custom `script_score` queries.\n", "- Build a training dataset by combining extracted features with a human curated judgment list.\n", "- Train a Learning To Rank model using [XGBoost](https://xgboost.ai/).\n", - "- Deploy the trained model to Elasticsearch using Eland.\n", + "- Deploy the trained model to Elasticsearch using [Eland](https://eland.readthedocs.io/en/latest/).\n", "- Use the model as a rescorer for second stage re-ranking.\n", "- Evaluate the impact of the LTR model on search relevance, by comparing search results before and after applying the model.\n", "\n",