@@ -43,13 +43,15 @@ make_bucket_feature() {
beginStr:${today_early_1} endStr:${today_early_1} repartition:100 \
filterNames:_4h_,_5h_,_ecpm,ecpm_,adid_,targeting_conversion_ \
readPath:${TRAIN_PATH} \
- savePath:${BUCKET_FEATURE_PATH} \
+ savePath:${BUCKET_FEATURE_PATH}
}
main() {
+
make_origin_data
make_bucket_feature
main