This is an automated email from the ASF dual-hosted git repository.
xunh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-bluemarlin.git.
from 3950254 Merge pull request #10 from radibnia77/main
new e1c5fbd Create check_pipeline.py
new a8f3e4d Merge branch 'apache:main' into main
new 1661f3d Update alookalike application
new 5811db7 Update
new 422e092 Add outlier module
new 4d1d14a Merge pull request #11 from radibnia77/main
The 143 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../dags/lookalike_application_dag.py | 66 ++++++
Model/lookalike-model/doc/ssd-v2.pdf | Bin 0 -> 406365 bytes
.../application/pipeline/config.yml | 24 ++-
.../application/pipeline/dags}/README.md | 0
.../lookalike_model/application/pipeline/run.sh | 10 +-
.../application/pipeline/score_generator.py | 58 ++---
.../pipeline/score_vector_rebucketing.py | 34 +--
.../application/pipeline/score_vector_table.py | 36 ++--
.../application/pipeline/seed_user_selector.py | 4 +-
.../pipeline/top_n_similarity_table_generator.py | 101 ++++-----
.../{ => application}/pipeline/util.py | 0
.../application/pipeline/validation.py | 3 +
Model/lookalike-model/lookalike_model/config.yml | 3 +
.../lookalike_model/pipeline/main_trainready.py | 59 +++++-
Model/lookalike-model/tests/README.md | 2 +
.../tests/pipeline/data_generator.py | 57 ++++-
.../tests/pipeline/test_main_trainready.py | 46 ++++
.../predictor_dl_model/config.yml | 8 +-
.../predictor_dl_model/pipeline/main_cluster.py | 9 +-
.../predictor_dl_model/pipeline/main_outlier.py | 97 +++++++++
.../predictor_dl_model/pipeline/util.py | 57 +++++
Model/predictor-dl-model/predictor_dl_model/run.sh | 9 +
.../predictor_dl_model/trainer/client_rest_dl2.py | 1 +
.../predictor_dl_model/trainer/input_pipe.py | 39 +++-
.../predictor_dl_model/trainer/save_model.py | 130 +++++++++++-
.../predictor_dl_model/trainer/trainer.py | 7 +-
.../troubleshooting/check_pipeline.py | 233 +++++++++++++++++++++
27 files changed, 929 insertions(+), 164 deletions(-)
create mode 100644 Model/lookalike-model/dags/lookalike_application_dag.py
create mode 100644 Model/lookalike-model/doc/ssd-v2.pdf
rename Model/lookalike-model/{tests/pipeline =>
lookalike_model/application/pipeline/dags}/README.md (100%)
copy Model/lookalike-model/lookalike_model/{ => application}/pipeline/util.py
(100%)
create mode 100644 Model/lookalike-model/tests/README.md
create mode 100644
Model/predictor-dl-model/predictor_dl_model/pipeline/main_outlier.py
create mode 100644 Model/predictor-dl-model/troubleshooting/check_pipeline.py