Skip to content

j143/notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4a4afed · Mar 17, 2025

History

46 Commits
Mar 25, 2021
Aug 20, 2020
Nov 24, 2021
May 29, 2020
Mar 13, 2024
Nov 12, 2021
May 29, 2020
Nov 24, 2021
Aug 9, 2020
Mar 17, 2025
Jan 27, 2022
Oct 30, 2021
Oct 28, 2021
Feb 12, 2024
Nov 24, 2021

Repository files navigation

notebooks

Jupyter notebooks for data science applications with Apache SystemDS.

JIRA

https://issues.apache.org/jira/browse/SYSTEMDS-1783

Contribution

Accepting contributions for adding documentation and notebooks or ask in the issues about how you can contribute.

How to run

Run dml

java -Xmx110g -Xms110g -Xmn11g \
    -cp /home/user/systemds/target/lib/*:/home/aphani/systemds/target/SystemDS.jar \
    -Dlog4j.configuration=file:/home/aphani/systemds/log4j-silent.properties \
    org.apache.sysds.api.DMLScript \
    -exec singlenode \
    -debug \
    -config /home/user/systemds/SystemDS-config.xml \
    "$@"

For testing

mvn -ntp test -DenableGPU=true -Dmaven.test.skip=false -Dtest-parallel=suites -Dtest-threadCount=1 -Dtest-forkCount=1 -D automatedtestbase.tputbuffering=false -Dtest=org.apache.sysds.test.gpu.codegen.CellwiseTmplTest.java