This is an automated email from the ASF dual-hosted git repository.
njayaram pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git.
from 8feb9bf WCC: Update the design doc
new 4b8ceb2 DL: Support response and prob prediction outputs.
new 3bf6da9 Utilities: Add unit tests for
create_cols_from_array_sql_string()
new f437659 DL: Remove reshaping and hard-coded normalizing_const from
predict
new f06f2d8 DL: Code refactor
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:
.../modules/deep_learning/madlib_keras.py_in | 26 +-
.../modules/deep_learning/madlib_keras.sql_in | 23 +-
.../deep_learning/madlib_keras_helper.py_in | 30 +-
.../deep_learning/madlib_keras_predict.py_in | 194 +++++++-----
.../deep_learning/madlib_keras_validator.py_in | 23 +-
.../deep_learning/predict_input_params.py_in | 85 ++++++
.../modules/deep_learning/test/madlib_keras.sql_in | 339 ++++++++++++++++++++-
.../test/unit_tests/test_madlib_keras.py_in | 71 +++--
.../utilities/test/unit_tests/test_utilities.py_in | 125 ++++++++
.../postgres/modules/utilities/utilities.py_in | 92 +++++-
10 files changed, 863 insertions(+), 145 deletions(-)
copy deploy/DEB/preinst =>
src/ports/postgres/modules/deep_learning/madlib_keras_helper.py_in (53%)
create mode 100644
src/ports/postgres/modules/deep_learning/predict_input_params.py_in