This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
199 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,11 +1,14 @@ | ||
input: | ||
log_table : "din_logs_09172020" | ||
gucdocs_table: "look_alike_trainready_01112021" | ||
log_table : "lookalike_03042021_logs" | ||
did_table: "lookalike_03042021_trainready" | ||
keywords_table: "din_ad_keywords_09172020" | ||
test_table: "lookalike_trainready_jimmy_test" | ||
din_model_tf_serving_url: "http://10.193.217.105:8506/v1/models/lookalike3:predict" | ||
din_model_length: 20 | ||
seeduser_table : "look_alike_seeduser" | ||
seeduser_table : "lookalike_seeduser" | ||
number_of_seeduser: 1000 | ||
extend: 2000 | ||
output: | ||
gucdocs_loaded_table: "lookalike_loaded_01112021" | ||
gucdocs_loaded_table_norm: "lookalike_loaded_norm_01112021" | ||
score_table: "lookalike_similarity" | ||
did_score_table: "lookalike_score_01112021" | ||
did_score_table_norm: "lookalike_score_norm_01112021" | ||
similarity_table: "lookalike_similarity" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,5 +1,6 @@ | ||
#!/bin/bash | ||
spark-submit --executor-memory 16G --driver-memory 24G --num-executors 16 --executor-cores 5 --master yarn --conf spark.driver.maxResultSize=8g seed_user_selector.py config.yml ; | ||
spark-submit --executor-memory 16G --driver-memory 24G --num-executors 16 --executor-cores 5 --master yarn --conf spark.driver.maxResultSize=8g seed_user_selector.py config.yml "29" ; | ||
spark-submit --executor-memory 16G --driver-memory 24G --num-executors 16 --executor-cores 5 --master yarn --conf spark.driver.maxResultSize=8g score_generator.py config.yml ; | ||
spark-submit --executor-memory 16G --driver-memory 24G --num-executors 16 --executor-cores 5 --master yarn --conf spark.driver.maxResultSize=8g distance_table_list.py config.yml ; | ||
spark-submit --executor-memory 16G --driver-memory 24G --num-executors 16 --executor-cores 5 --master yarn --conf spark.driver.maxResultSize=8g validation.py config.yml "29"; | ||
|
Oops, something went wrong.