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 22fabc8  DL: Update evaluate and predict for multi model outputs
     add 6781367  DL: Check for NULL in class_values for fit_multiple_model
     add 988c4ec  DL: Avoid having lingering processes from previous query
     add 509a613  DL: Using distribution_key instead of gp_segment_id
     add 94648ea  DL: Add param is_minibatched to validate_input_shape
     add ef2f0e9  DL: Add E2E dev-check tests

No new revisions were added by this update.

Summary of changes:
 .../deep_learning/input_data_preprocessor.py_in    |   4 +-
 .../modules/deep_learning/madlib_keras.py_in       |  19 +--
 .../madlib_keras_fit_multiple_model.py_in          |  33 ++++-
 .../deep_learning/madlib_keras_helper.py_in        |  25 +++-
 .../deep_learning/madlib_keras_predict.py_in       |   5 +
 .../deep_learning/madlib_keras_validator.py_in     |  38 ++---
 .../test/madlib_keras_cifar.setup.sql_in           |  41 ------
 .../deep_learning/test/madlib_keras_fit.sql_in     |  44 ++++++
 .../test/madlib_keras_iris.setup.sql_in            |  28 ++++
 .../test/madlib_keras_model_averaging_e2e.sql_in   | 140 ++++++++++++++++++
 .../test/madlib_keras_model_selection.sql_in       |  46 +++++-
 .../test/madlib_keras_model_selection_e2e.sql_in   | 156 +++++++++++++++++++++
 .../deep_learning/test/madlib_keras_predict.sql_in |  44 +++++-
 .../test/unit_tests/test_madlib_keras.py_in        |  22 +--
 .../modules/utilities/minibatch_validation.py_in   |   3 +-
 15 files changed, 554 insertions(+), 94 deletions(-)
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/madlib_keras_model_averaging_e2e.sql_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/test/madlib_keras_model_selection_e2e.sql_in

Reply via email to