yangxiaohui 1 рік тому
батько
коміт
ff0c9f8a46
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      ad_recommend.py

+ 2 - 1
ad_recommend.py

@@ -352,7 +352,8 @@ def predict_mid_video_res_with_model(now_date, mid, video_id, abtest_param, abte
         'final_score': final_score,
         'online_score': online_score,
         'threshold': threshold,
-        'ad_predict': ad_predict
+        'ad_predict': ad_predict,
+        'online_features': online_features,
     }
     return result