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 2ed900494b [DOCS] Update docs
new 15e278a257 [SYSTEMDS-3464] Python Combine Write
new dae9981476 [DOCS] Update Python docs
The 2 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:
docs/api/java/member-search-index.zip | Bin 229274 -> 229274 bytes
docs/api/java/package-search-index.zip | Bin 869 -> 869 bytes
docs/api/java/type-search-index.zip | Bin 14277 -> 14277 bytes
docs/api/python/api/context/systemds_context.html | 15 ++++
docs/api/python/genindex.html | 2 +
docs/api/python/guide/python_end_to_end_tut.html | 85 ++++++++++++++++-----
docs/api/python/objects.inv | Bin 2298 -> 2302 bytes
docs/api/python/searchindex.js | 2 +-
.../sources/guide/python_end_to_end_tut.rst.txt | 34 ++++++---
.../docs/source/code/guide/end_to_end/part2.py | 26 +++++--
.../docs/source/guide/python_end_to_end_tut.rst | 34 ++++++---
.../python/systemds/context/systemds_context.py | 15 +++-
src/main/python/systemds/operator/__init__.py | 6 +-
.../{algorithm/builtin/WoE.py => nodes/combine.py} | 56 ++++++--------
14 files changed, 192 insertions(+), 83 deletions(-)
copy src/main/python/systemds/operator/{algorithm/builtin/WoE.py =>
nodes/combine.py} (52%)