From 73bd2a4621f9bfb1d709680bcdd09f7da2d2155e Mon Sep 17 00:00:00 2001 From: Liam Thompson Date: Thu, 15 Feb 2024 17:40:35 +0100 Subject: [PATCH] Fix json --- notebooks/search/08-learning-to-rank.ipynb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notebooks/search/08-learning-to-rank.ipynb b/notebooks/search/08-learning-to-rank.ipynb index 89575da7..bbf2d8b5 100644 --- a/notebooks/search/08-learning-to-rank.ipynb +++ b/notebooks/search/08-learning-to-rank.ipynb @@ -1155,9 +1155,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ -We can see that the `title_bm25` and `popularity` features are weighted more importantly in our trained model. Now all results include the query terms in the title, outlining the importance of the `title_bm25` feature in the model. Similarly, more popular movies now rank higher, for example `Star Wars: Episode I - The Phantom Menace` is now in third position. + "We can see that the `title_bm25` and `popularity` features are weighted more importantly in our trained model. Now all results include the query terms in the title, outlining the importance of the `title_bm25` feature in the model. Similarly, more popular movies now rank higher, for example `Star Wars: Episode I - The Phantom Menace` is now in third position." ] - } + } + ], "metadata": { "colab": {