This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 779cb364d7 [MINOR] SDC Offsets cleanup
add 1127c6a6a4 [MINOR] Python API Builtin auto generate
No new revisions were added by this update.
Summary of changes:
.../python/systemds/operator/algorithm/__init__.py | 38 +++----
.../operator/algorithm/builtin/confusionMatrix.py | 16 ++-
.../operator/algorithm/builtin/executePipeline.py | 36 ++-----
.../algorithm/builtin/{setdiff.py => f1Score.py} | 19 ++--
.../operator/algorithm/builtin/{dist.py => fdr.py} | 19 ++--
.../operator/algorithm/builtin/incSliceLine.py | 112 +++++++++++++++++++++
.../operator/algorithm/builtin/naiveBayes.py | 14 +--
.../algorithm/builtin/naiveBayesPredict.py | 10 +-
.../{symmetricDifference.py => raGroupby.py} | 21 ++--
.../algorithm/builtin/{WoEApply.py => raJoin.py} | 29 +++---
.../algorithm/builtin/{dmv.py => raSelection.py} | 26 ++---
.../builtin/{outlier.py => sliceLineDebug.py} | 28 +++---
.../operator/algorithm/builtin/slicefinder.py | 2 +-
.../systemds/operator/algorithm/builtin/steplm.py | 10 +-
14 files changed, 238 insertions(+), 142 deletions(-)
copy src/main/python/systemds/operator/algorithm/builtin/{setdiff.py =>
f1Score.py} (76%)
copy src/main/python/systemds/operator/algorithm/builtin/{dist.py => fdr.py}
(71%)
create mode 100644
src/main/python/systemds/operator/algorithm/builtin/incSliceLine.py
copy
src/main/python/systemds/operator/algorithm/builtin/{symmetricDifference.py =>
raGroupby.py} (68%)
copy src/main/python/systemds/operator/algorithm/builtin/{WoEApply.py =>
raJoin.py} (59%)
copy src/main/python/systemds/operator/algorithm/builtin/{dmv.py =>
raSelection.py} (64%)
copy src/main/python/systemds/operator/algorithm/builtin/{outlier.py =>
sliceLineDebug.py} (62%)