This is an automated email from the ASF dual-hosted git repository.
arnabp20 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git.
from 97e14f8 [SYSTEMDS-3209] Builtin for random under-sampling - the
builtin accepts matrix data with last column as labels and a ratio parameter
and randomly remove the tuples from the majority class
add 4930c30 [SYSTEMDS-3212] Move Prefetch threadpool to CommonThreadPool
No new revisions were added by this update.
Summary of changes:
src/main/java/org/apache/sysds/api/DMLScript.java | 4 ++--
.../sysds/runtime/instructions/cp/BroadcastCPInstruction.java | 8 ++++----
.../sysds/runtime/instructions/cp/PrefetchCPInstruction.java | 8 ++++----
.../sysds/runtime/instructions/spark/utils/SparkUtils.java | 11 -----------
.../java/org/apache/sysds/runtime/util/CommonThreadPool.java | 9 +++++++++
.../apache/sysds/test/functions/async/PrefetchRDDTest.java | 4 +++-
6 files changed, 22 insertions(+), 22 deletions(-)