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 5a907ca28a [SYSTEMDS-3010] Bug fixes in lineage support for List 
objects
     add f5dbeeac1b [MINOR] Add licenses to federated tutorial
     add 56b4e8dddb [MINOR] Do not RAT ignore tutorials
     add 0aa69fd8ec [Minor] Federated Tutorial text update
     add b4bc2ab1f7 [MINOR] Update Python generated builtins

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |   1 -
 scripts/tutorials/federated/.gitignore             |  20 ++++
 scripts/tutorials/federated/README.md              | 101 +++++++++++++++++----
 .../code/dataGen/federatedMetaDataGenerator.py     |  21 +++++
 scripts/tutorials/federated/code/dataGen/slice.dml |  22 ++++-
 scripts/tutorials/federated/code/exp/CNN.dml       |  20 ++++
 scripts/tutorials/federated/code/exp/lm.dml        |  21 +++++
 scripts/tutorials/federated/code/exp/mLogReg.dml   |  23 ++++-
 scripts/tutorials/federated/code/exp/sum.dml       |  21 +++++
 scripts/tutorials/federated/code/exp/sumRepeat.dml |  21 +++++
 scripts/tutorials/federated/conf/def.xml           |  18 ++++
 .../federated/conf/log4j-debug.properties          |  21 +++++
 .../tutorials/federated/conf/log4j-info.properties |  22 +++++
 .../tutorials/federated/conf/log4j-off.properties  |  21 +++++
 scripts/tutorials/federated/conf/ssl.xml           |  18 ++++
 scripts/tutorials/federated/install.sh             |  23 ++++-
 scripts/tutorials/federated/parameters.sh          |  33 ++++++-
 scripts/tutorials/federated/portforward.sh         |  23 ++++-
 scripts/tutorials/federated/run.sh                 |  40 ++++++--
 .../tutorials/federated/scripts/startMonitoring.sh |  24 ++++-
 scripts/tutorials/federated/scripts/startWorker.sh |  22 ++++-
 .../tutorials/federated/scripts/stopMonitoring.sh  |  22 ++++-
 scripts/tutorials/federated/scripts/stopWorker.sh  |  22 ++++-
 scripts/tutorials/federated/setup.sh               |  23 ++++-
 scripts/tutorials/federated/startAllWorkers.sh     |  22 ++++-
 scripts/tutorials/federated/stopAllWorkers.sh      |  22 ++++-
 scripts/tutorials/federated/sync.sh                |  22 ++++-
 .../python/systemds/operator/algorithm/__init__.py |  20 ++++
 .../operator/algorithm/builtin/decisionTree.py     |   6 ++
 .../builtin/{dist.py => flattenQuantile.py}        |  17 ++--
 .../operator/algorithm/builtin/{WoE.py => mae.py}  |  23 ++---
 .../algorithm/builtin/{l2svmPredict.py => mape.py} |  31 ++++---
 .../operator/algorithm/builtin/{WoE.py => mse.py}  |  23 ++---
 .../algorithm/builtin/{dbscan.py => msmape.py}     |  28 +++---
 .../builtin/{selectByVarThresh.py => nrmse.py}     |  21 +++--
 .../algorithm/builtin/{setdiff.py => psnr.py}      |  18 ++--
 .../builtin/{selectByVarThresh.py => rmse.py}      |  21 +++--
 .../algorithm/builtin/{xdummy1.py => skewness.py}  |  12 +--
 .../algorithm/builtin/{split.py => smape.py}       |  34 ++++---
 39 files changed, 770 insertions(+), 153 deletions(-)
 copy src/main/python/systemds/operator/algorithm/builtin/{dist.py => 
flattenQuantile.py} (71%)
 copy src/main/python/systemds/operator/algorithm/builtin/{WoE.py => mae.py} 
(73%)
 copy src/main/python/systemds/operator/algorithm/builtin/{l2svmPredict.py => 
mape.py} (66%)
 copy src/main/python/systemds/operator/algorithm/builtin/{WoE.py => mse.py} 
(74%)
 copy src/main/python/systemds/operator/algorithm/builtin/{dbscan.py => 
msmape.py} (69%)
 copy src/main/python/systemds/operator/algorithm/builtin/{selectByVarThresh.py 
=> nrmse.py} (71%)
 copy src/main/python/systemds/operator/algorithm/builtin/{setdiff.py => 
psnr.py} (79%)
 copy src/main/python/systemds/operator/algorithm/builtin/{selectByVarThresh.py 
=> rmse.py} (72%)
 copy src/main/python/systemds/operator/algorithm/builtin/{xdummy1.py => 
skewness.py} (85%)
 copy src/main/python/systemds/operator/algorithm/builtin/{split.py => 
smape.py} (66%)

Reply via email to