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