|
@@ -533,6 +533,7 @@ public abstract class RankStrategyBasic implements RankStrategy {
|
|
|
}
|
|
|
|
|
|
protected void calculateCtcvrScore(List<AdRankItem> items, RankRecommendRequestParam request, ScoreParam scoreParam, String modelName) {
|
|
|
+ log.info("calculateCtcvrScore start");
|
|
|
//判断是否走校准试验
|
|
|
if (scoreParam.getExpCodeSet().contains(calibrationCtcvrExp)) {
|
|
|
calibrationDnnCtcvrScore(scoreParam, items, request.getMid(), request.getIsFilterUser(), modelName);
|
|
@@ -710,6 +711,8 @@ public abstract class RankStrategyBasic implements RankStrategy {
|
|
|
}
|
|
|
|
|
|
protected void calibrationDnnCtcvrScore(ScoreParam scoreParam, List<AdRankItem> adRankItems, String mid, boolean isFilterUser, String modelName) {
|
|
|
+ log.info("calibrationDnnCtcvrScore start");
|
|
|
+ log.info("modelName: {}", modelName);
|
|
|
if (StringUtils.isEmpty(modelName)) {
|
|
|
return;
|
|
|
}
|