|
@@ -294,7 +294,7 @@ def _main():
|
|
|
condition_choose_real = condition_choose & (predict_df['vov0'] <= profit_threshold)
|
|
|
predict_df["condition_choose"] = condition_choose
|
|
|
predict_df[["vid", "曝光占比", "vov0", "condition_choose"]].to_csv(
|
|
|
- "./file/new_" + (datetime.now() - timedelta(days=1)).strftime("%Y%m%d"),
|
|
|
+ f"{config_manager.project_home}/XGB/file/new_" + (datetime.now() - timedelta(days=1)).strftime("%Y%m%d"),
|
|
|
sep="\t",
|
|
|
index=False
|
|
|
)
|