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/07/15 19:04:21 UTC

[incubator-bluemarlin] branch main updated (26b7e73 -> 41c3168)

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 26b7e73  Merge pull request #8 from radibnia77/main
     new 1f5eaaa  Improve accuracy
     new d531f51  Merge branch 'apache:main' into main
     new 41c3168  Merge pull request #9 from radibnia77/main

The 134 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:
 .../config_00000000_0000.yml}                      | 149 ++++++++------
 .../config_05142021_1500.yml}                      | 125 ++++++------
 .../predictor_dl_model/trainer/client_rest_dl2.py  | 227 +++++++++------------
 .../predictor_dl_model/trainer/save_model.py       |  43 ++--
 .../scripts/trainready_data_cmp.py                 | 111 ++++++++++
 Processes/dlpredictor/conf/config.yml              |  10 +-
 .../dlpredictor/prediction/forecaster.py           |  74 ++++++-
 ...ck.py => si_traffic_prediction_check_by_agg.py} |  51 ++---
 ...eck.py => si_traffic_prediction_check_dense.py} |  84 +++-----
 9 files changed, 502 insertions(+), 372 deletions(-)
 copy Model/predictor-dl-model/predictor_dl_model/{config.yml => config-archive/config_00000000_0000.yml} (75%)
 copy Model/predictor-dl-model/predictor_dl_model/{config.yml => config-archive/config_05142021_1500.yml} (74%)
 create mode 100644 Model/predictor-dl-model/scripts/trainready_data_cmp.py
 copy Processes/dlpredictor/tests/si_traffic_prediction_ckeck/{si_traffic_prediction_check.py => si_traffic_prediction_check_by_agg.py} (87%)
 copy Processes/dlpredictor/tests/si_traffic_prediction_ckeck/{si_traffic_prediction_check.py => si_traffic_prediction_check_dense.py} (76%)