File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
merino/curated_recommendations/rankers Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030)
3131
3232# We are still learning how to compute how many impressions before we can trust the ranker score completely.
33- # Hard coding to the current global-us blended beta use for thompson sampling (20,000) matching, scaled up 40%
34- # because the contexual job runs more frequently than the thompson sampling aggregation batch job.
33+ # Because Contexual ranking is an experiment, the value is somewhat arbitrary because the impression counts
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.
3536
36- CONTEXUAL_AVG_BETA_VALUE = 28000
37+ CONTEXUAL_AVG_BETA_VALUE = 12000
3738CONTEXTAL_LIMIT_PERCENTAGE_ADJUSTMENT = (
3839 0.5 # Underscored items tend to scale higher, leading to too much fresh content
3940)
You can’t perform that action at this time.
0 commit comments