浏览代码

feat:添加评估结果分析脚本

zhaohaipeng 6 月之前
父节点
当前提交
7e7ebf30a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ad/01_ad_model_update.sh

+ 1 - 1
ad/01_ad_model_update.sh

@@ -258,7 +258,7 @@ model_predict() {
   # check_run_status $return_code $step_start_time "线上模型评估${predict_date_path: -8}的数据"
 
   # 结果分析
-  local python_return_code=$(python ${sh_path}/model_predict_analyse.py -p ${online_model_predict_result_path} ${new_model_predict_result_path})
+  local python_return_code=$(python ${sh_path}/model_predict_analyse.py -p ${online_model_predict_result_path} ${new_model_predict_result_path} -f ${predict_analyse_file_path})
   check_run_status $python_return_code $step_start_time "线上模型评估${predict_date_path: -8}的数据"
 
   calc_model_predict