Applying Machine Learning Models to Scalable DataFrames with Grizzly
Zusammenfassung
The popular Python Pandas framework provides an easy-to-use DataFrame API that enables a broad range of users to analyze their data. However, Pandas faces severe scalability issues in terms of runtime and memory consumption, limiting the usability of the framework. In this paper we present Grizzly, a replacement for Python Pandas. Instead of bringing data to the operators like Pandas, Grizzly ships program complexity to database systems by transpiling the DataFrame API to SQL code. Additionally, Grizzly offers user-friendly support for combining different data sources, user-defined functions, and applying Machine Learning models directly inside the database system. Our evaluation shows that Grizzly significantly outperforms Pandas as well as state-of-the-art frameworks for distributed Python processing in several use cases.
- Vollständige Referenz
- BibTeX
Kläbe, S. & Hagedorn, S.,
(2021).
Applying Machine Learning Models to Scalable DataFrames with Grizzly.
In:
, ., , . & , .
(Hrsg.),
BTW 2021.
Gesellschaft für Informatik, Bonn.
(S. 195-214).
DOI: 10.18420/btw2021-10
@inproceedings{mci/Kläbe2021,
author = {Kläbe, Steffen AND Hagedorn, Stefan},
title = {Applying Machine Learning Models to Scalable DataFrames with Grizzly},
booktitle = {BTW 2021},
year = {2021},
editor = {Kai-Uwe Sattler AND Melanie Herschel AND Wolfgang Lehner} ,
pages = { 195-214 } ,
doi = { 10.18420/btw2021-10 },
publisher = {Gesellschaft für Informatik, Bonn},
address = {}
}
author = {Kläbe, Steffen AND Hagedorn, Stefan},
title = {Applying Machine Learning Models to Scalable DataFrames with Grizzly},
booktitle = {BTW 2021},
year = {2021},
editor = {Kai-Uwe Sattler AND Melanie Herschel AND Wolfgang Lehner} ,
pages = { 195-214 } ,
doi = { 10.18420/btw2021-10 },
publisher = {Gesellschaft für Informatik, Bonn},
address = {}
}
Sollte hier kein Volltext (PDF) verlinkt sein, dann kann es sein, dass dieser aus verschiedenen Gruenden (z.B. Lizenzen oder Copyright) nur in einer anderen Digital Library verfuegbar ist. Versuchen Sie in diesem Fall einen Zugriff ueber die verlinkte DOI: 10.18420/btw2021-10
Haben Sie fehlerhafte Angaben entdeckt? Sagen Sie uns Bescheid: Feedback abschicken


(en)