You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/12/06 14:52:04 UTC

[systemds] branch main updated (ed6460a -> 0a3a726)

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 ed6460a  [SYSTEMDS-3237] GMM parse seeding the Kmeans init
     add 0a3a726  [SYSTEMDS-3239] Train and predict in different Contexts Python

No new revisions were added by this update.

Summary of changes:
 src/main/python/tests/algorithms/test_gmm.py       |  4 +-
 .../tests/algorithms/test_gmm_train_predict.py     | 78 ++++++++++++++++++++++
 2 files changed, 80 insertions(+), 2 deletions(-)
 create mode 100644 src/main/python/tests/algorithms/test_gmm_train_predict.py