Skip to content

Commit 661cc1d

Browse files
authored
LTR notebook: fix conclusion (#203)
1 parent 3d79e13 commit 661cc1d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

notebooks/search/08-learning-to-rank.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,10 +1163,9 @@
11631163
"cell_type": "markdown",
11641164
"metadata": {},
11651165
"source": [
1166-
"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."
1166+
"As also shown in the feature importance graph above, we can see in this results list that the `title_bm25` and `popularity` features are weighted highly in our trained model. Now all results include the query terms in the title, showing the importance of the `title_bm25` feature. Similarly, more popular movies now rank higher, for example `Rogue One: A Star Wars Story` is now in sixth position."
11671167
]
1168-
}
1169-
1168+
}
11701169
],
11711170
"metadata": {
11721171
"colab": {

0 commit comments

Comments
 (0)