Skip to content

Commit f06a394

Browse files
authored
Reduce threshold for inferred (#1333)
1 parent 54234b9 commit f06a394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

merino/curated_recommendations/rankers/contextual_ranker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# we're looking at are total impressions and we care about impressions with the inferred interests. When
3535
# contexual is rolled out we can use a dynamic computed value based on daily impressions.
3636

37-
CONTEXUAL_AVG_BETA_VALUE = 12000
37+
CONTEXUAL_AVG_BETA_VALUE = 4000
3838
CONTEXTAL_LIMIT_PERCENTAGE_ADJUSTMENT = (
3939
0.5 # Underscored items tend to scale higher, leading to too much fresh content
4040
)

0 commit comments

Comments
 (0)