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

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


    from 33988ce  Add generate mst table utility. This commit adds a new 
function to generate the model selection table. It generates such table as the 
naive combinations of the three input lists of parameter choices. This utility 
also validates and de-duplicates the inputs.
     new c89f42d  madlib_keras_fit_multiple_model.* -> 
madlib_keras_model_selection.*
     new 6b6716f  Catch error when fit_params_list or compile_params_list is 
NULL
     new f4e2ab6  Merge pull request #435 from 
reductionista/dl/mst-separate-module

The 2745 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:
 .gitignore                                                         | 1 +
 ...fit_multiple_model.py_in => madlib_keras_model_selection.py_in} | 0
 ...t_multiple_model.sql_in => madlib_keras_model_selection.sql_in} | 7 +++----
 .../postgres/modules/deep_learning/madlib_keras_validator.py_in    | 5 ++++-
 ...t_multiple_model.sql_in => madlib_keras_model_selection.sql_in} | 0
 .../modules/deep_learning/test/unit_tests/test_madlib_keras.py_in  | 4 ++--
 6 files changed, 10 insertions(+), 7 deletions(-)
 rename 
src/ports/postgres/modules/deep_learning/{madlib_keras_fit_multiple_model.py_in 
=> madlib_keras_model_selection.py_in} (100%)
 rename 
src/ports/postgres/modules/deep_learning/{madlib_keras_fit_multiple_model.sql_in
 => madlib_keras_model_selection.sql_in} (88%)
 rename 
src/ports/postgres/modules/deep_learning/test/{madlib_keras_fit_multiple_model.sql_in
 => madlib_keras_model_selection.sql_in} (100%)

Reply via email to