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

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


    from 50d8b59  Madpack: Fix IC/DC check to include wcc
     new 241074a  DL: Remove reshaping from training and validation data
     new 8570aa0  DL: Use FORMAT class for getting model_arch col names
     new ebec582  DL: Rename get_device_name function
     new 63847d7  DL: Remove evaluate function
     new c4f8349  DL: Rename helper to validator and move all unit tests to 
madlib_keras.py_in

The 5 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:
 .../deep_learning/keras_model_arch_table.py_in     |  19 +-
 .../modules/deep_learning/madlib_keras.py_in       | 223 +++++++--------
 .../modules/deep_learning/madlib_keras.sql_in      |  40 +--
 .../deep_learning/madlib_keras_helper.py_in        | 304 ---------------------
 .../deep_learning/madlib_keras_predict.py_in       |  24 +-
 .../deep_learning/madlib_keras_serializer.py_in    | 153 +++++++++++
 .../deep_learning/madlib_keras_validator.py_in     | 129 +++++++++
 .../deep_learning/madlib_keras_wrapper.py_in       |  19 +-
 .../modules/deep_learning/test/madlib_keras.sql_in |  76 ++++--
 .../test/unit_tests/test_madlib_keras.py_in        | 187 ++++++++++++-
 .../test/unit_tests/test_madlib_keras_helper.py_in | 217 ---------------
 .../modules/utilities/minibatch_validation.py_in   |  10 +-
 12 files changed, 646 insertions(+), 755 deletions(-)
 delete mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_helper.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_serializer.py_in
 create mode 100644 
src/ports/postgres/modules/deep_learning/madlib_keras_validator.py_in
 delete mode 100644 
src/ports/postgres/modules/deep_learning/test/unit_tests/test_madlib_keras_helper.py_in

Reply via email to