This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
from 58746bc777 [SYSTEMDS-3495] Parallel Compressed Encode
new 2a6bb746eb [MINOR] Various code cleanups (imports, annotations)
new 7c4f345595 [SYSTEMDS-3496] New auc() builtin function for the area
under ROC curves
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:
scripts/builtin/auc.dml | 72 +++++++++++
.../java/org/apache/sysds/common/Builtins.java | 1 +
src/main/java/org/apache/sysds/lops/MMRJ.java | 2 +-
.../controlprogram/context/ExecutionContext.java | 1 +
.../sysds/runtime/lineage/LineageCacheConfig.java | 3 -
.../component/frame/array/ColumnMetadataTests.java | 1 +
.../functions/async/LineageReuseSparkTest.java | 35 +++---
.../functions/builtin/part1/BuiltinAucTest.java | 133 +++++++++++++++++++++
.../builtin/{shortestPathTest.dml => auc.dml} | 7 +-
9 files changed, 229 insertions(+), 26 deletions(-)
create mode 100644 scripts/builtin/auc.dml
create mode 100644
src/test/java/org/apache/sysds/test/functions/builtin/part1/BuiltinAucTest.java
copy src/test/scripts/functions/builtin/{shortestPathTest.dml => auc.dml} (93%)