You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2020/08/07 22:58:07 UTC

[madlib] branch master updated (60a9d59 -> 34415b3)

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

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


    from 60a9d59  Various: Do not drop output tables
     add 34415b3  DL: Add support for grid search and random search

No new revisions were added by this update.

Summary of changes:
 doc/mainpage.dox.in                                |   4 +-
 .../madlib_keras_model_selection.py_in             | 447 +++++++++++++++-
 .../madlib_keras_model_selection.sql_in            | 579 ++++++++++++++++-----
 .../deep_learning/madlib_keras_validator.py_in     |  13 +-
 .../deep_learning/madlib_keras_wrapper.py_in       |   8 +-
 .../test/madlib_keras_model_selection.sql_in       | 158 ++++++
 .../test_madlib_keras_model_selection_table.py_in  | 296 +++++++++++
 src/ports/postgres/modules/kmeans/kmeans.sql_in    |   2 +-
 8 files changed, 1362 insertions(+), 145 deletions(-)