This is an automated email from the ASF dual-hosted git repository.

okislal pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.


    from 9d2558f  DL: Add asymmetric cluster support for fit and evaluate
     new ea57067  DL: Add asymmetric cluster check for predict
     new ca17da4  DL: Update user docs for multi-model

The 2 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:
 doc/mainpage.dox.in                                |   16 +-
 .../deep_learning/input_data_preprocessor.sql_in   |   70 +-
 .../deep_learning/keras_model_arch_table.sql_in    |   23 +-
 .../modules/deep_learning/madlib_keras.py_in       |    8 +-
 .../modules/deep_learning/madlib_keras.sql_in      |  137 +-
 .../madlib_keras_fit_multiple_model.py_in          |    3 +-
 .../madlib_keras_fit_multiple_model.sql_in         | 1335 ++++++++++++++++++++
 .../deep_learning/madlib_keras_gpu_info.sql_in     |    2 +-
 .../deep_learning/madlib_keras_helper.py_in        |   24 +-
 .../madlib_keras_model_selection.sql_in            |    6 +-
 .../deep_learning/madlib_keras_predict.py_in       |   45 +-
 .../deep_learning/madlib_keras_wrapper.py_in       |   26 +-
 .../test/madlib_keras_model_averaging_e2e.sql_in   |    4 +-
 .../deep_learning/test/madlib_keras_predict.sql_in |   28 +-
 .../test/madlib_keras_predict_byom.sql_in          |    8 +-
 .../test/unit_tests/test_madlib_keras.py_in        |   35 +-
 16 files changed, 1558 insertions(+), 212 deletions(-)

Reply via email to