Quellcode durchsuchen

增加分人群,行业,客户校准

xueyiming vor 4 Tagen
Ursprung
Commit
1becdacede

+ 1 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/strategy/RankStrategyBy896.java

@@ -1151,6 +1151,7 @@ public class RankStrategyBy896 extends RankStrategyBasic {
                 double score = item.getLrScore() * copc;
 
                 item.getScoreMap().put("modelCtcvrCalibrationScore", score);
+                item.getScoreMap().put("modelCtcvrCalibrationCopc", copc);
                 item.getScoreMap().put("ctcvrScore", score);
                 item.setLrScore(score);
             } catch (Exception e) {

+ 1 - 0
ad-engine-service/src/main/java/com/tzld/piaoquan/ad/engine/service/score/strategy/RankStrategyBy897.java

@@ -1153,6 +1153,7 @@ public class RankStrategyBy897 extends RankStrategyBasic {
                 double score = item.getLrScore() * copc;
 
                 item.getScoreMap().put("modelCtcvrCalibrationScore", score);
+                item.getScoreMap().put("modelCtcvrCalibrationCopc", copc);
                 item.getScoreMap().put("ctcvrScore", score);
                 item.setLrScore(score);
             } catch (Exception e) {