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 e30f0b70df [SYSTEMDS-3342] Fix remote parfor for cleaning pipeline
enumeration, III
add fb343b3844 [Cleaning Pipelines] MINOR improvements in allocation of
resources - This commit used weights for computing the number of resources for
each bucket the pipelines in buckets are sorted in order of accuracy where
last buckets keeps the more performing pipelines. If initial resource value
is 50 then instead of assigning 50 resources to each bucket this commit
compute weight matrix and then assign the resources accordingly ensuring the
last bucket gets max res [...]
No new revisions were added by this update.
Summary of changes:
scripts/builtin/bandit.dml | 142 ++++++++++++---------
scripts/builtin/executePipeline.dml | 4 +-
scripts/builtin/msvm.dml | 7 +-
scripts/builtin/msvmPredict.dml | 6 +
scripts/builtin/topk_cleaning.dml | 12 +-
scripts/pipelines/scripts/enumerateLogical.dml | 48 ++++---
scripts/pipelines/scripts/utils.dml | 21 +--
.../intermediates/classification/applyFunc.csv | 6 +-
.../intermediates/classification/bestAcc.csv | 6 +-
.../intermediates/classification/dirtyScore.csv | 2 +-
.../pipelines/intermediates/classification/hp.csv | 6 +-
.../pipelines/intermediates/classification/pip.csv | 6 +-
.../pipelines/topkcleaningClassificationTest.dml | 45 ++++++-
13 files changed, 190 insertions(+), 121 deletions(-)