Skip to content

Commit

Permalink
Add Eland link
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Feb 13, 2024
1 parent a40f174 commit a621abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/search/08-learning-to-rank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a621abe

Please sign in to comment.