|
@@ -210,9 +210,6 @@ calc_model_predict() {
|
|
|
|
|
|
model_predict() {
|
|
|
|
|
|
- local return_code=$?
|
|
|
- check_run_status $return_code $step_start_time "线上模型评估${predict_date_path: -8}的数据" "线上模型评估${predict_date_path: -8}的数据失败"
|
|
|
-
|
|
|
# 结果分析
|
|
|
local python_return_code=$(python ${sh_path}/model_predict_analyse.py -op ${online_model_predict_result_path} -np ${new_model_predict_result_path} -af ${predict_analyse_file_path} -cf ${calibration_file_path})
|
|
|
check_run_status $python_return_code $step_start_time "分析线上模型评估${predict_date_path: -8}的数据" "分析线上模型评估${predict_date_path: -8}的数据失败"
|