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 5e05f25 Graph: Update tests to use pg_temp
new ba5f104 Revert "DL: Avoid constant folding of weights in GPDB6 plan"
new 4e4a143 Control: Add a new wrapper for setting GUC values
new fe7ba29 DL: Set plan_cache_mode when passing weights for GPDB6
new 7e4443b DL: Fix fit multiple to create summary tables with
class_values including NULL
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:
src/ports/postgres/modules/convex/mlp_igd.py_in | 4 +-
.../modules/deep_learning/madlib_keras.py_in | 27 ++++-------
.../modules/deep_learning/madlib_keras.sql_in | 34 +++++++++-----
.../madlib_keras_fit_multiple_model.py_in | 43 +++++++-----------
.../madlib_keras_fit_multiple_model.sql_in | 4 +-
.../deep_learning/madlib_keras_helper.py_in | 25 ----------
.../deep_learning/madlib_keras_predict.py_in | 15 ++++--
.../test/madlib_keras_model_selection.sql_in | 21 +++++++++
.../test/unit_tests/test_madlib_keras.py_in | 23 +---------
src/ports/postgres/modules/utilities/control.py_in | 53 ++++++++++++++++++++++
.../utilities/test/unit_tests/test_control.py_in | 30 ++++++++++++
.../utilities/test/unit_tests/test_utilities.py_in | 18 +++++---
.../postgres/modules/utilities/utilities.py_in | 23 ++++++++--
13 files changed, 200 insertions(+), 120 deletions(-)