瀏覽代碼

feat:添加定向打分融合

zhaohaipeng 10 月之前
父節點
當前提交
9fa61d4c7f

+ 1 - 1
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/impl/TacticsAndLRModelScoreRankService.java

@@ -40,7 +40,7 @@ public class TacticsAndLRModelScoreRankService {
             double s1 = item.getAdDirectionScore();
             double s2 = item.getLrScore();
 
-            item.setScore(s1 * s2);
+            item.setScore(s1);
 
             item.getFeatureMap().putAll(adRankItem.getFeatureMap());
             item.getMetaFeatureMap().putAll(adRankItem.getMetaFeatureMap());