|
@@ -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
|