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 f29674b  move notes to bottom of page for consistency in user docs
     new b00750b  DL: remove unused rotate import
     new bdc67ec  DL: Fix validation in fit, fit multiple, evaluate and predict
     new fe42e7f  DL: Fix misc bugs
     new a0f711c  DL: Cleanup fit and fit_multiple

The 4 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:
 .../modules/deep_learning/madlib_keras.py_in       | 162 ++++++--------
 .../madlib_keras_fit_multiple_model.py_in          | 108 +++-------
 .../deep_learning/madlib_keras_predict.py_in       |   7 +-
 .../deep_learning/madlib_keras_validator.py_in     | 237 ++++++++++-----------
 .../test/madlib_keras_evaluate.sql_in              |   9 +
 .../deep_learning/test/madlib_keras_fit.sql_in     |  66 ++++++
 .../test/madlib_keras_model_selection.sql_in       |  37 ++++
 .../test/madlib_keras_multi_io.sql_in              |  25 +++
 .../deep_learning/test/madlib_keras_predict.sql_in |  20 ++
 .../test/madlib_keras_predict_byom.sql_in          |  27 +++
 .../test/unit_tests/test_madlib_keras.py_in        |  84 +++++---
 .../postgres/modules/utilities/utilities.sql_in    |  26 +++
 12 files changed, 481 insertions(+), 327 deletions(-)

Reply via email to