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 22dd9986 PMML: Fix segfault in postgres dev-check
     new c9987434 PMML: Improve multinom dev-check tests
     new 43775de2 PMML: Improve ordinal dev-check tests
     new 12fb8887 PMML: Improve dev-check tests for decision tree
     new fa57c4fb PMML: Improve dev-check tests for random forest
     new 769f758e PMML: Improve namespec dev-check tests
     new 0c1cd4ff PMML: Add tests for intercept acting as a predictor
     new 0b75a0af PMML: Separate out datasets and setup functions
     new b944045e PMML: Consider spaces when parsing the indep var
     new 5b6f0033 Update README to point to madlib2-master build

The 9 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:
 README.md                                          |   2 +-
 src/ports/postgres/modules/pmml/formula.py_in      |  16 +-
 .../test/pmml.setup.datasets.sql_in}               | 251 +++++----------------
 .../postgres/modules/pmml/test/pmml.setup.sql_in   | 228 -------------------
 .../modules/pmml/test/pmml_check_fields.sql_in     |   5 +-
 .../postgres/modules/pmml/test/pmml_dt.sql_in      | 117 +++++++++-
 .../modules/pmml/test/pmml_glm_binomial.sql_in     |   3 +
 .../modules/pmml/test/pmml_glm_gamma.sql_in        |   3 +
 .../postgres/modules/pmml/test/pmml_glm_ig.sql_in  |   3 +
 .../modules/pmml/test/pmml_glm_normal.sql_in       |   3 +
 .../modules/pmml/test/pmml_glm_poisson.sql_in      |   3 +
 .../pmml/test/pmml_glm_with_grouping.sql_in        |   3 +
 .../pmml/test/pmml_glm_with_name_spec.sql_in       |  12 +
 .../pmml/test/pmml_intercept_as_predictor.sql_in   |  87 +++++++
 .../postgres/modules/pmml/test/pmml_linear.sql_in  |   3 +
 .../modules/pmml/test/pmml_logistic.sql_in         |   3 +
 .../modules/pmml/test/pmml_multinom.sql_in         | 107 +++++++--
 .../postgres/modules/pmml/test/pmml_ordinal.sql_in |  54 +++--
 .../postgres/modules/pmml/test/pmml_rf.sql_in      |  72 +++++-
 .../test/pmml_with_non_array_expression.sql_in     |   3 +
 .../pmml/test/unit_tests/test_formula.py_in        | 177 +++++++++++++++
 21 files changed, 691 insertions(+), 464 deletions(-)
 copy src/ports/postgres/modules/{glm/test/glm.ic.sql_in => 
pmml/test/pmml.setup.datasets.sql_in} (74%)
 create mode 100644 
src/ports/postgres/modules/pmml/test/pmml_intercept_as_predictor.sql_in

Reply via email to