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 01bfbcb MLP: Fix column names in prediction output table
new 8eaf563 DL: Add input preprocessor for validation data
new 16b18e3 DL: Dev-check for validation_preprocessor_dl
new c2a83cb DL: Add documentation for input preprocessor
new 983296f DL: Update validation preprocessor examples and description
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:
doc/mainpage.dox.in | 2 +-
.../deep_learning/input_data_preprocessor.py_in | 619 +++++++++++++++++++++
.../input_data_preprocessor.sql_in} | 363 ++++++++++--
.../deep_learning/madlib_keras_helper.py_in | 36 ++
.../deep_learning/madlib_keras_predict.py_in | 38 +-
.../test/input_data_preprocessor.sql_in | 476 ++++++++++++++++
.../modules/deep_learning/test/madlib_keras.sql_in | 8 +-
.../unit_tests/test_input_data_preprocessor.py_in | 290 ++++++++++
.../test/unit_tests/test_madlib_keras.py_in | 46 +-
.../utilities/minibatch_preprocessing.py_in | 304 ----------
.../test/minibatch_preprocessing_dl.sql_in | 290 ----------
.../unit_tests/test_minibatch_preprocessing.py_in | 248 +--------
12 files changed, 1748 insertions(+), 972 deletions(-)
create mode 100644
src/ports/postgres/modules/deep_learning/input_data_preprocessor.py_in
rename src/ports/postgres/modules/{utilities/minibatch_preprocessing_dl.sql_in
=> deep_learning/input_data_preprocessor.sql_in} (64%)
create mode 100644
src/ports/postgres/modules/deep_learning/test/input_data_preprocessor.sql_in
create mode 100644
src/ports/postgres/modules/deep_learning/test/unit_tests/test_input_data_preprocessor.py_in
delete mode 100644
src/ports/postgres/modules/utilities/test/minibatch_preprocessing_dl.sql_in