This is an automated email from the ASF dual-hosted git repository.
nkak pushed a change to branch madlib2-master
in repository https://gitbox.apache.org/repos/asf/madlib.git
from 3c568245 Update release_notes with RC2 changes
new c82a5c99 Update NOTICE for 2024
new 0cd28f97 PMML: Do not include intercept as a predictor
new 8a85d8e0 PMML: Add dev-check tests for pmml export
new 5e5849e8 PMML: Install pyyaml and java for jenkins
new 22dd9986 PMML: Fix segfault in postgres dev-check
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:
NOTICE | 2 +-
src/ports/postgres/modules/pmml/formula.py_in | 98 +++++-
src/ports/postgres/modules/pmml/pmml_builder.py_in | 61 ++--
.../glm.ic.sql_in => pmml/test/pmml.setup.sql_in} | 385 ++++++++++-----------
.../modules/pmml/test/pmml_check_fields.sql_in | 150 ++++++++
.../modules/pmml/test/pmml_glm_binomial.sql_in | 178 +++++-----
.../modules/pmml/test/pmml_glm_gamma.sql_in | 145 +++-----
.../postgres/modules/pmml/test/pmml_glm_ig.sql_in | 128 +++----
.../modules/pmml/test/pmml_glm_normal.sql_in | 171 ++++-----
.../modules/pmml/test/pmml_glm_poisson.sql_in | 118 +++----
.../pmml/test/pmml_glm_with_grouping.sql_in | 127 +++++++
.../pmml/test/pmml_glm_with_name_spec.sql_in | 160 +++++++++
.../postgres/modules/pmml/test/pmml_linear.sql_in | 91 +++++
.../modules/pmml/test/pmml_logistic.sql_in | 159 +++++++++
.../modules/pmml/test/pmml_multinom.sql_in | 25 +-
.../test/pmml_with_non_array_expression.sql_in | 94 +++++
.../modules/pmml/test/table_to_pmml.sql_in | 197 -----------
.../pmml/test/unit_tests/test_formula.py_in | 349 +++++++++++++++++++
tool/jenkins/jenkins_build.sh | 10 +-
19 files changed, 1817 insertions(+), 831 deletions(-)
copy src/ports/postgres/modules/{glm/test/glm.ic.sql_in =>
pmml/test/pmml.setup.sql_in} (58%)
create mode 100644
src/ports/postgres/modules/pmml/test/pmml_check_fields.sql_in
create mode 100644
src/ports/postgres/modules/pmml/test/pmml_glm_with_grouping.sql_in
create mode 100644
src/ports/postgres/modules/pmml/test/pmml_glm_with_name_spec.sql_in
create mode 100644 src/ports/postgres/modules/pmml/test/pmml_linear.sql_in
create mode 100644 src/ports/postgres/modules/pmml/test/pmml_logistic.sql_in
create mode 100644
src/ports/postgres/modules/pmml/test/pmml_with_non_array_expression.sql_in
delete mode 100644 src/ports/postgres/modules/pmml/test/table_to_pmml.sql_in
create mode 100644
src/ports/postgres/modules/pmml/test/unit_tests/test_formula.py_in