Explorar el Código

Merge branch 'feature/change-3rd-gh-strategy' of algorithm/rov-offline into master

fengzhoutian hace 5 meses
padre
commit
f070b26dc6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      alg_growth_3rd_gh_reply_video_v1.py

+ 1 - 1
alg_growth_3rd_gh_reply_video_v1.py

@@ -104,7 +104,7 @@ def process_reply_stats(project, table, period, run_dt):
 
     merged_df = pd.concat([df, default_stats_df]).reset_index(drop=True)
 
-    merged_df['score'] = merged_df['day0_return'] / (merged_df['send_count'] + 500)
+    merged_df['score'] = merged_df['day0_return'] / (merged_df['first_visit_uv'] + 100)
     return merged_df