This is an automated email from the ASF dual-hosted git repository.
zkaoudi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
from 36fe91892 Merge pull request #573 from mspruc/main
add 6066b991c testLogisticRegressionOperator API
add 2bd68276e Merge branch 'apache:main' into main
add fecfa4fbf LogisticRegressionOperator with Python API support
add c2bcf9731 LogisticRegression changes as suggested
add a915e16c1 LogisticRegressionOperator with Python API support
add e96c382bc Merge branch 'apache:main' into main
add 00b1d78de Merge remote-tracking branch 'origin/main'
add 691e5351e LogisticRegression changes as suggested UPDATE
add 160d04e7d Remove iputs_required() from LogisticRegression
new e7426e1b1 Merge pull request #570 from xristlamp/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
python/src/pywy/basic/model/models.py | 6 +++
python/src/pywy/dataquanta.py | 15 +++++-
.../{filter_test.py => train_logistic_test.py} | 32 +++++++------
.../scala/org/apache/wayang/api/DataQuanta.scala | 13 +++++-
.../org/apache/wayang/api/DataQuantaBuilder.scala | 42 ++++++++++++++++-
.../apache/wayang/tests/SparkIntegrationIT.java | 53 ++++++++++++++++++++++
6 files changed, 142 insertions(+), 19 deletions(-)
copy python/src/pywy/tests/{filter_test.py => train_logistic_test.py} (57%)