Skip to content

Commit

Permalink
Update per review
Browse files Browse the repository at this point in the history
Co-authored-by: Aurélien FOUCRET <[email protected]>
  • Loading branch information
leemthompo and afoucret authored Feb 15, 2024
1 parent a621abe commit 18230ae
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 @@ -1155,7 +1155,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can see that the `title` and `popularity` fields are critical to our model's ranking feature. Now all results include the query terms in the title. Moreover, more popular movies 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.
]
}
],
Expand Down

0 comments on commit 18230ae

Please sign in to comment.