You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bluemarlin.apache.org by xu...@apache.org on 2021/06/04 14:30:46 UTC

[incubator-bluemarlin] branch main updated (f1dae3f -> fa5bad6)

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 f1dae3f  Add files via upload
     new 2a8fb03  Improve accuracy
     new 8113217  Merge branch 'apache:main' into main
     new fa5bad6  Merge pull request #6 from radibnia77/main

The 122 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:
 Model/predictor-dl-model/VERSION.md                |   4 +-
 ...r-new-factdata_dag.py => dlpm_data_prep_dag.py} |  34 ++++---
 ..._dag.py => dlpm_data_prep_dag_05142021_1500.py} |  32 +++---
 .../datagen/generate_user_file.py                  |   2 +-
 .../predictor_dl_model/config.yml                  | 113 ++++++++++++---------
 .../predictor_dl_model/pipeline/main_cluster.py    |  79 ++++++++++----
 .../pipeline/main_distribution.py                  |   4 +-
 .../pipeline/main_filter_si_region_bucket.py       |   1 +
 .../predictor_dl_model/pipeline/main_norm.py       |   9 +-
 .../predictor_dl_model/pipeline/main_ts.py         |  37 +++----
 .../{get_config_attr.py => pickle_to_es.py}        |  37 +++++--
 .../predictor_dl_model/pipeline/show_config.py     |  89 ++++++++++++++++
 Model/predictor-dl-model/predictor_dl_model/run.sh |  19 +++-
 Model/predictor-dl-model/setup.py                  |   2 +-
 Model/predictor-dl-model/tests/pipeline/config.yml |   2 +-
 .../tests/pipeline/data/__init__.py                |  15 ---
 .../tests/pipeline/data/test_set.py                |  16 ---
 17 files changed, 331 insertions(+), 164 deletions(-)
 copy Model/predictor-dl-model/dags/{dl-predictor-new-factdata_dag.py => dlpm_data_prep_dag.py} (64%)
 rename Model/predictor-dl-model/dags/{dl-predictor-new-factdata_dag.py => dlpm_data_prep_dag_05142021_1500.py} (65%)
 copy Model/predictor-dl-model/predictor_dl_model/pipeline/{get_config_attr.py => pickle_to_es.py} (51%)
 create mode 100644 Model/predictor-dl-model/predictor_dl_model/pipeline/show_config.py