liqian 3 年之前
父節點
當前提交
adb88de095
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      rule_rank_h.py

+ 8 - 4
rule_rank_h.py

@@ -16,10 +16,14 @@ table = 'video_each_hour_update'
 features = [
     'videoid',
     'lastonehour_preview',  # 过去1小时预曝光人数
-    'lastonehour_view',  # 过去1小时曝光
-    'lastonehour_play',  # 过去1小时播放
-    'lastonehour_share',  # 过去1小时分享
-    'lastonehour_return',  # 过去1小时分享,过去1小时回流
+    'lastonehour_view',  # 过去1小时曝光人数
+    'lastonehour_play',  # 过去1小时播放人数
+    'lastonehour_share',  # 过去1小时分享人数
+    'lastonehour_return',  # 过去1小时分享,过去1小时回流人数
+    'lastonehour_preview_total',  # 过去1小时预曝光次数
+    'lastonehour_view_total',  # 过去1小时曝光次数
+    'lastonehour_play_total',  # 过去1小时播放次数
+    'lastonehour_share_total',  # 过去1小时分享次数
 ]