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/09/06 18:43:13 UTC

[madlib] branch master updated (a4f8ae1 -> 19ea7f7)

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 a4f8ae1  DL: User docs for setting up model selection table
     add 0b1f3bf  DL: Remove model_arch_table from output of load_model_selection_table()
     add 19ea7f7  update user docs to consider summary table

No new revisions were added by this update.

Summary of changes:
 .../madlib_keras_model_selection.py_in             |  31 +++-
 .../madlib_keras_model_selection.sql_in            | 186 +++++++++++++--------
 .../deep_learning/madlib_keras_validator.py_in     |   3 +
 .../test/madlib_keras_model_selection.sql_in       |  16 +-
 .../test/unit_tests/test_madlib_keras.py_in        | 102 -----------
 .../test_madlib_keras_model_selection_table.py_in  | 140 ++++++++++++++++
 6 files changed, 297 insertions(+), 181 deletions(-)
 create mode 100644 src/ports/postgres/modules/deep_learning/test/unit_tests/test_madlib_keras_model_selection_table.py_in