We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54234b9 commit f06a394Copy full SHA for f06a394
merino/curated_recommendations/rankers/contextual_ranker.py
@@ -34,7 +34,7 @@
34
# we're looking at are total impressions and we care about impressions with the inferred interests. When
35
# contexual is rolled out we can use a dynamic computed value based on daily impressions.
36
37
-CONTEXUAL_AVG_BETA_VALUE = 12000
+CONTEXUAL_AVG_BETA_VALUE = 4000
38
CONTEXTAL_LIMIT_PERCENTAGE_ADJUSTMENT = (
39
0.5 # Underscored items tend to scale higher, leading to too much fresh content
40
)
0 commit comments