Просмотр исходного кода

Merge branch 'feature/remove_invalid_feature' of algorithm/recommend-server into master

jiachanghui 3 дней назад
Родитель
Сommit
66b633990e

+ 5 - 5
recommend-server-service/src/main/java/com/tzld/piaoquan/recommend/server/service/FeatureService.java

@@ -137,8 +137,8 @@ public class FeatureService {
         protos.add(genWithMid("alg_mid_feature_share_tags", mid));
         // protos.add(genWithMid("alg_mid_feature_feed_exp_share_tags_v2", mid));
         // protos.add(genWithMid("alg_mid_feature_feed_exp_return_tags_v2", mid));
-        protos.add(genWithMid("alg_mid_feature_sharecf", mid));
-        protos.add(genWithMid("alg_mid_feature_returncf", mid));
+        // protos.add(genWithMid("alg_mid_feature_sharecf", mid));
+        // protos.add(genWithMid("alg_mid_feature_returncf", mid));
 
         // ********************* new mid ******************
         protos.add(genWithMid("mid_global_feature_20250212", mid));
@@ -264,11 +264,11 @@ public class FeatureService {
 
         // 用户维度特征
         protos.add(this.genWithMid("mid_global_feature_20250212", mid));
-        //protos.add(this.genWithMid("mid_u2u_friend_index_feature_20250212", mid));
+        // protos.add(this.genWithMid("mid_u2u_friend_index_feature_20250212", mid));
         protos.add(this.genWithMid("alg_mid_feature_return_tags", mid));
         protos.add(this.genWithMid("alg_mid_feature_share_tags", mid));
-        protos.add(this.genWithMid("alg_mid_feature_sharecf", mid));
-        protos.add(this.genWithMid("alg_mid_feature_returncf", mid));
+        // protos.add(this.genWithMid("alg_mid_feature_sharecf", mid));
+        // protos.add(this.genWithMid("alg_mid_feature_returncf", mid));
 
         return this.getFeatureByProto(protos);
     }