the-algorithm/cr-mixer/server/src/main/scala/com/twitter/cr_mixer
twitter-team 138bb51997 [cr-mixer/home-mixer] Remove `getLinearRankingParams` in EarlybirdTensorflowBasedSimilarityEngine
Remove unused ranking params which are specified by services when making an Earlybird relevance search.

For cr-mixer: since we always set useTensorflowRanking = true in EarlybirdSimilarityEngineRouter, we will only ever use the TensorFlowBasedScoringFunction for ranking search results. That function doesn't rely on any of the linear params specified in getLinearRankingParams, nor the boosts because we set applyBoosts = false in the request. These parameters are therefore strictly redundant.

The parameters in home-mixer can be removed for essentially the same reason—the parameters are redundant given that we use the Tensorflow scoring function and don't apply boosts.
2023-04-04 20:39:52 -05:00
..
blender Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
candidate_generation Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
config Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
controller Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
exception Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
featureswitch Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
filter Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
logging Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
model Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
module Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
param Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
ranker Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
scribe Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
service Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
similarity_engine [cr-mixer/home-mixer] Remove `getLinearRankingParams` in EarlybirdTensorflowBasedSimilarityEngine 2023-04-04 20:39:52 -05:00
source_signal Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
util Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
BUILD.bazel Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
CrMixerHttpServerWarmupHandler.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
CrMixerServer.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00
CrMixerThriftServerWarmupHandler.scala Twitter Recommendation Algorithm 2023-03-31 17:36:31 -05:00