Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CITATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
@software{Apache SystemDS,
author = {Apache SystemDS Development Team},
title = {{Apache SystemDS: An open source ML system for the end-to-end data science lifecycle}},
url = {https://github.com/apache/systemds},
date = {2015-11-02},
}

@inproceedings{BoehmADGIKLPR20,
author = {Matthias Boehm and
Iulian Antonov and
Sebastian Baunsgaard and
Mark Dokter and
Robert Ginth{\"{o}}r and
Kevin Innerebner and
Florijan Klezin and
Stefanie N. Lindstaedt and
Arnab Phani and
Benjamin Rath and
Berthold Reinwald and
Shafaq Siddiqui and
Sebastian Benjamin Wrede},
title = {{SystemDS: A Declarative Machine Learning System for the End-to-End Data Science Lifecycle}},
booktitle = {{CIDR}},
year = {2020},
}

@article{BoehmDEEMPRRSST16,
author = {Matthias Boehm and
Michael Dusenberry and
Deron Eriksson and
Alexandre V. Evfimievski and
Faraz Makari Manshadi and
Niketan Pansare and
Berthold Reinwald and
Frederick Reiss and
Prithviraj Sen and
Arvind Surve and
Shirish Tatikonda},
title = {{SystemML: Declarative Machine Learning on Spark}},
journal = {{PVLDB}},
volume = {9},
number = {13},
year = {2016},
}
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@
<exclude>.settings</exclude>
<exclude>.classpath</exclude>
<exclude>.project</exclude>
<exclude>CITATION</exclude>
<exclude>src/main/python/docs/build/**/*</exclude>
<exclude>src/main/python/docs/source/_build/**</exclude>
<exclude>src/main/python/generator/resources/**</exclude>
Expand Down