This is an automated email from the ASF dual-hosted git repository.

ssiddiqi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.


    from a264691  [MINOR] PythonAPI update builtin algorithms
     new e3ee372  fixing bug
     new ebc206e  [MINOR] Added test with company dataset   - This commit 
contains topk_cleaning test with company dataset   - TODO: fix for 
ArrayIndexOutOfBounce exception

The 2 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:
 scripts/builtin/bandit.dml                         |   19 +-
 scripts/builtin/tomeklink.dml                      |   51 +
 scripts/builtin/topk_cleaning.dml                  |    2 +-
 .../functions/builtin/BuiltinTomeklinkTest.java    |    4 +-
 .../BuiltinTopkCleaningClassificationTest.java     |   31 +-
 src/test/resources/datasets/pipelines/company.csv  | 3461 ++++++++++++++++++++
 .../functions/pipelines/applyEvaluateTest.dml      |    6 +-
 .../pipelines/intermediates/classification/hp.csv  |    6 +-
 .../pipelines/intermediates/classification/lp.csv  |    2 +-
 .../pipelines/intermediates/classification/pip.csv |    6 +-
 .../functions/pipelines/meta/meta_company.csv      |    3 +
 11 files changed, 3555 insertions(+), 36 deletions(-)
 create mode 100644 src/test/resources/datasets/pipelines/company.csv
 create mode 100644 src/test/scripts/functions/pipelines/meta/meta_company.csv

Reply via email to