|
@@ -129,8 +129,8 @@ init() {
|
|
|
|
|
|
model_save_path=${MODEL_PATH}/${model_name}_${train_first_day: -4}_${train_last_day: -4}
|
|
model_save_path=${MODEL_PATH}/${model_name}_${train_first_day: -4}_${train_last_day: -4}
|
|
predict_date_path=${BUCKET_FEATURE_PATH}/${today_early_1}
|
|
predict_date_path=${BUCKET_FEATURE_PATH}/${today_early_1}
|
|
- new_model_predict_result_path=/dw/recommend/model/34_ad_predict_data/20241103_351_1000_1028_1102
|
|
|
|
- online_model_predict_result_path=/dw/recommend/model/34_ad_predict_data/20241104_351_1000_1028_1102
|
|
|
|
|
|
+ online_model_predict_result_path=/dw/recommend/model/34_ad_predict_data/20241103_351_1000_1025_1030
|
|
|
|
+ new_model_predict_result_path=/dw/recommend/model/34_ad_predict_data/20241104_351_1000_1028_1102
|
|
predict_analyse_file_path=${model_local_home}/predict_analyse_file/${today_early_1}_351_1000_analyse.txt
|
|
predict_analyse_file_path=${model_local_home}/predict_analyse_file/${today_early_1}_351_1000_analyse.txt
|
|
calibration_file_path=${model_local_home}/${OSS_CALIBRATION_FILE_NAME}.txt
|
|
calibration_file_path=${model_local_home}/${OSS_CALIBRATION_FILE_NAME}.txt
|
|
|
|
|
|
@@ -149,7 +149,7 @@ init() {
|
|
echo "init param current_day_of_week: ${current_day_of_week}"
|
|
echo "init param current_day_of_week: ${current_day_of_week}"
|
|
|
|
|
|
echo "当前Python环境安装的Python版本: $(python --version)"
|
|
echo "当前Python环境安装的Python版本: $(python --version)"
|
|
- echo "当前Python环境安装的三方包: $(python -m pip list)"
|
|
|
|
|
|
+ echo "当前Python环境安装的三方包: $(python -m pip list)"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|