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 41ace0b  DL: Don't include weights as part of state except for the 
last row.
     new 5a95e7c  Utilities: Improve rename table logic
     new ef763f1  Graph: Add select statements to graph tests
     new 4f62f4b  DL: Fix disk issue by using truncate guc
     new ec3eee7  DL: add tests for asserting that guc values are unchanged
     new 01ede7c  DL: Use unlogged tables for fit multiple

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:
 .../madlib_keras_fit_multiple_model.py_in          | 254 +++++++++++++++------
 .../madlib_keras_fit_multiple_model.sql_in         |   7 +
 .../deep_learning/test/madlib_keras_fit.sql_in     |   1 -
 .../test/madlib_keras_model_averaging_e2e.sql_in   |   7 +-
 .../test/madlib_keras_model_selection.sql_in       |  35 +++
 .../test/madlib_keras_model_selection_e2e.sql_in   |  25 +-
 .../test/madlib_keras_transfer_learning.sql_in     |  76 +++---
 src/ports/postgres/modules/graph/hits.py_in        |   2 +-
 src/ports/postgres/modules/graph/pagerank.py_in    |   2 +-
 src/ports/postgres/modules/graph/test/bfs.sql_in   |   2 +
 src/ports/postgres/modules/graph/test/hits.sql_in  |   2 +
 .../postgres/modules/graph/test/pagerank.sql_in    |   2 +
 src/ports/postgres/modules/graph/test/sssp.sql_in  |   1 +
 src/ports/postgres/modules/graph/test/wcc.sql_in   |   2 +
 src/ports/postgres/modules/graph/wcc.py_in         |   2 +-
 src/ports/postgres/modules/linalg/svd.py_in        |   2 +-
 .../modules/regress/clustered_variance.py_in       |   2 +-
 .../postgres/modules/regress/robust_logistic.py_in |   2 +-
 .../modules/regress/robust_mlogistic.py_in         |   2 +-
 src/ports/postgres/modules/utilities/control.py_in |   3 +-
 .../utilities/test/unit_tests/test_control.py_in   |  12 +-
 .../utilities/test/unit_tests/test_utilities.py_in |  28 +++
 .../postgres/modules/utilities/utilities.py_in     | 124 ++++++++++
 .../postgres/modules/utilities/utilities.sql_in    |  50 ++++
 .../postgres/modules/utilities/validate_args.py_in |  65 ------
 25 files changed, 520 insertions(+), 190 deletions(-)

Reply via email to