You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ss...@apache.org on 2021/07/19 20:37:35 UTC

[systemds] branch master updated (8d7e52b -> c3f0cdf)

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 8d7e52b  [SYSTEMDS-2849] Example GAN implementation and tests
     add c3f0cdf  [MINOR] Cleaning Pipelines - Holdout test added   - Train and test data parameters are added into topk_cleaning builtin   - Holdout test case is added to avoid data leakage problem in evaluation   - TODO fix the cross validations to avoid any possible data leakage

No new revisions were added by this update.

Summary of changes:
 scripts/builtin/bandit.dml                         | 26 +++++--
 scripts/builtin/executePipeline.dml                | 34 +++++----
 scripts/builtin/topk_cleaning.dml                  | 73 +++++++++++-------
 scripts/pipelines/scripts/enumerateLogical.dml     | 24 ++----
 scripts/pipelines/scripts/utils.dml                |  4 +-
 .../BuiltinTopkCleaningClassificationTest.java     | 28 ++++---
 .../BuiltinTopkCleaningRegressionTest.java         |  5 +-
 .../pipelines/BuiltinTopkLogicalTest.java          |  2 +-
 .../functions/pipelines/topkLogicalTest.dml        | 89 +++++-----------------
 .../pipelines/topkcleaningClassificationTest.dml   | 86 ++++++++++++++++++---
 .../pipelines/topkcleaningRegressionTest.dml       | 13 +++-
 11 files changed, 220 insertions(+), 164 deletions(-)