You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by kh...@apache.org on 2019/11/05 21:35:23 UTC

[madlib] branch master updated (1e7aba3 -> 22fabc8)

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

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


    from 1e7aba3  Add pull request template
     add 22fabc8  DL: Update evaluate and predict for multi model outputs

No new revisions were added by this update.

Summary of changes:
 .../deep_learning/keras_model_arch_table.sql_in    |  4 +-
 .../modules/deep_learning/madlib_keras.py_in       | 67 +++++++++++++-------
 .../modules/deep_learning/madlib_keras.sql_in      | 62 +++++++++++++++----
 .../madlib_keras_fit_multiple_model.py_in          | 39 ++++++++----
 .../madlib_keras_fit_multiple_model.sql_in         | 12 +++-
 .../deep_learning/madlib_keras_helper.py_in        | 31 +++++++++-
 .../deep_learning/madlib_keras_predict.py_in       | 72 ++++++++++++----------
 .../deep_learning/madlib_keras_validator.py_in     | 12 ++--
 .../deep_learning/predict_input_params.py_in       | 18 ++++--
 .../test/madlib_keras_cifar.setup.sql_in           |  2 +-
 .../test/madlib_keras_evaluate.sql_in              | 64 +++++++++++++++++--
 .../deep_learning/test/madlib_keras_fit.sql_in     |  4 +-
 .../test/madlib_keras_model_selection.sql_in       | 10 ++-
 .../deep_learning/test/madlib_keras_predict.sql_in | 61 ++++++++++++++++++
 .../test/madlib_keras_predict_byom.sql_in          |  2 +-
 .../test/madlib_keras_transfer_learning.sql_in     |  6 +-
 .../test/unit_tests/test_madlib_keras.py_in        | 18 +++---
 17 files changed, 362 insertions(+), 122 deletions(-)