Skip to content

Commit

Permalink
Fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Feb 15, 2024
1 parent 18230ae commit 73bd2a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notebooks/search/08-learning-to-rank.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 73bd2a4

Please sign in to comment.