Parcourir la source

feat:修改定时任务脚本:判断是否更新逻辑修改

zhaohaipeng il y a 9 mois
Parent
commit
a88dfef393
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      ad/01_ad_model_update_everyday.sh

+ 2 - 0
ad/01_ad_model_update_everyday.sh

@@ -112,6 +112,8 @@ if [ $? -ne 0 ]; then
    exit 1
 fi
 
+echo "AUC比对: 线上模型的AUC: ${online_auc}, 新模型的AUC: ${new_auc}"
+
 # 5.3 计算新模型与线上模型的AUC差值
 auc_diff=$(echo "$online_auc - $new_auc" | bc -l)