Browse Source

Merge branch 'feature_20240621_zhaohaipeng_fm' into test

zhaohaipeng 1 year ago
parent
commit
7c6e59c22b

+ 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());