|
@@ -201,6 +201,7 @@ public class RankStrategyBy683 extends RankStrategyBasic {
|
|
|
cidFeatureMap.put("adverid", dto.getAdVerId() != null ? dto.getAdVerId() : "");
|
|
|
cidFeatureMap.put("profession", dto.getProfession() != null ? dto.getProfession() : "");
|
|
|
cidFeatureMap.put("category_name", dto.getCategoryName() != null ? dto.getCategoryName() : "");
|
|
|
+ cidFeatureMap.put("material_md5", dto.getMaterialMd5() != null ? dto.getMaterialMd5() : "");
|
|
|
//DNN模型没训练过的cid才不传入广告相关的稀疏特征
|
|
|
if (CollectionUtils.isNotEmpty(DnnCidDataHelper.getCidSetV2()) && !DnnCidDataHelper.getCidSetV2().contains(adRankItem.getAdId())) {
|
|
|
cidFeatureMap.put("cid", "");
|