|
@@ -148,7 +148,6 @@ public class FeatureTransformV2 {
|
|
|
oneTypeStatFeature("b9", "return_n_uv", b9Periods, videoOriginInfo.getOrDefault(vid, new HashMap<>()).get("alg_merge_cate2_recommend_exp_feature_20250212"), featMap);
|
|
|
oneTypeStatFeature("b10", "return_n_uv", b10Periods, videoOriginInfo.getOrDefault(vid, new HashMap<>()).get("alg_channel_recommend_exp_feature_20250212"), featMap);
|
|
|
oneTypeStatFeature("b11", "return_n_uv", b11Periods, videoOriginInfo.getOrDefault(vid, new HashMap<>()).get("alg_festive_recommend_exp_feature_20250212"), featMap);
|
|
|
- //getRateStatFeature("b12", "", dayPeriods, videoOriginInfo.getOrDefault(vid, new HashMap<>()).get("alg_vid_long_period_recommend_exp_feature_20250212"), featMap);
|
|
|
oneTypeStatFeature("b13", "return_n_uv", b13Periods, videoOriginInfo.getOrDefault(vid, new HashMap<>()).get("alg_video_unionid_recommend_exp_feature_20250212"), featMap);
|
|
|
|
|
|
// head video cf
|
|
@@ -338,10 +337,8 @@ public class FeatureTransformV2 {
|
|
|
private static void headVideoCFD2Feature(String prefix, Map<String, String> infoMap, Map<String, Double> featMap) {
|
|
|
double score = getOneInfo("score", infoMap);
|
|
|
double rank = getOneInfo("rank", infoMap);
|
|
|
- //double onlines = getOneInfo("onlines", infoMap);
|
|
|
featMap.put(prefix + "@score", score);
|
|
|
featMap.put(prefix + "@rank", rank);
|
|
|
- //featMap.put(prefix + "@onlines", onlines);
|
|
|
}
|
|
|
|
|
|
private static void headVideoCFD3Feature(String prefix, Map<String, String> infoMap, Map<String, Double> featMap) {
|