This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from 4739e46 [MINOR] Run script remote debugging and various fixes *
specify -r to start a debugging server that waits for connections * help text
format changes * print SystemDS parameter list upon request (explicit -help
parameter) * print test class and method name to log level INFO when running
junit tests * make gpu/stats toggles in pom and AutomatedTestBase work as they
should
add bc3b4f5 [MINOR] Python Left hand side ops
add d7dab73 [MINOR] Fix python pca args
add bcac553 [SYSTEMDS-2701] KMeans Predict builtin
add 1622e24 [SYSTEMDS-2702] Row & Column Bind Python
No new revisions were added by this update.
Summary of changes:
.../builtin/{toOneHot.dml => kmeansPredict.dml} | 44 ++++----
.../java/org/apache/sysds/common/Builtins.java | 1 +
src/main/python/systemds/operator/algorithm.py | 27 ++---
.../python/systemds/operator/operation_node.py | 115 ++++++++++++++++-----
src/main/python/tests/algorithms/test_kmeans.py | 25 ++++-
src/main/python/tests/matrix/test_binary_op.py | 65 ++++++++++--
.../matrix/{test_write.py => test_r_c_bind.py} | 46 +++++----
...moteTest.java => BuiltinKmeansPredictTest.java} | 76 ++++++--------
.../builtin/{kmeans.dml => kmeansPredict.dml} | 7 +-
9 files changed, 275 insertions(+), 131 deletions(-)
copy scripts/builtin/{toOneHot.dml => kmeansPredict.dml} (59%)
copy src/main/python/tests/matrix/{test_write.py => test_r_c_bind.py} (53%)
copy
src/test/java/org/apache/sysds/test/functions/builtin/{BuiltinSmoteTest.java =>
BuiltinKmeansPredictTest.java} (59%)
copy src/test/scripts/functions/builtin/{kmeans.dml => kmeansPredict.dml} (93%)