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/12/30 14:33:24 UTC

[systemds] branch main updated (9da2fb8 -> baa81f1)

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

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


    from 9da2fb8  [SYSTEMDS-3119] Multi-return eval function calls (evalList)
     add baa81f1  [MINOR] Cleaning Pipelines cleanups   - This commit introduces some inline functions and     remove unnecessary flag variables

No new revisions were added by this update.

Summary of changes:
 scripts/builtin/applyAndEvaluate.dml               | 10 +--
 scripts/builtin/bandit.dml                         | 18 ++--
 scripts/builtin/executePipeline.dml                | 97 ++++++++++++++++++++--
 scripts/builtin/topk_cleaning.dml                  | 57 +++++++------
 scripts/pipelines/properties/param.csv             |  8 +-
 scripts/pipelines/properties/primitives.csv        |  6 +-
 scripts/pipelines/properties/testPrimitives.csv    |  2 +-
 .../functions/pipelines/applyEvaluateTest.dml      |  6 +-
 .../intermediates/classification/bestAcc.csv       |  6 +-
 .../intermediates/classification/bestAcc.csv.mtd   | 12 ---
 .../intermediates/classification/dirtyScore.csv    |  2 +-
 .../classification/dirtyScore.csv.mtd              |  7 --
 .../intermediates/classification/evalHp.csv        |  2 +-
 .../intermediates/classification/evalHp.csv.mtd    | 12 ---
 .../classification/featureFrame.csv.mtd            | 11 ---
 .../pipelines/intermediates/classification/hp.csv  |  6 +-
 .../intermediates/classification/hp.csv.mtd        | 12 ---
 .../pipelines/intermediates/classification/lp.csv  |  2 +-
 .../intermediates/classification/lp.csv.mtd        | 11 ---
 .../pipelines/intermediates/classification/pip.csv |  6 +-
 .../intermediates/classification/pip.csv.mtd       | 11 ---
 .../functions/pipelines/topkLogicalTest.dml        |  2 +-
 .../pipelines/topkcleaningClassificationTest.dml   | 16 ++--
 .../pipelines/topkcleaningRegressionTest.dml       |  8 +-
 24 files changed, 173 insertions(+), 157 deletions(-)
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/bestAcc.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/dirtyScore.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/evalHp.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/featureFrame.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/hp.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/lp.csv.mtd
 delete mode 100644 src/test/scripts/functions/pipelines/intermediates/classification/pip.csv.mtd