961 citations · 993 across the 4 of their papers we have counts for
5 papers
Demystifying a Dark Art: Understanding Real-World Machine Learning Model Development
Angela Lee, Doris Xin, Doris Lee +1
It is well-known that the process of developing machine learning (ML) workflows is a dark-art; even experts struggle to find an optimal workflow leading to a high accuracy model. U…
Towards Scalable Dataframe Systems
Devin Petersohn, Stephen Macke, Doris Xin +7
Dataframes are a popular abstraction to represent, prepare, and analyze data. Despite the remarkable success of dataframe libraries in Rand Python, dataframes face performance issu…
Extending Relational Query Processing with ML Inference
Konstantinos Karanasos, Matteo Interlandi, Doris Xin +10
The broadening adoption of machine learning in the enterprise is increasing the pressure for strict governance and cost-effective performance, in particular for the common and cons…
Helix: Holistic Optimization for Accelerating Iterative Machine Learning
Doris Xin, Stephen Macke, Litian Ma +3
Machine learning workflow development is a process of trial-and-error: developers iterate on workflows by testing out small modifications until the desired accuracy is achieved. Un…
MLlib: Machine Learning in Apache Spark
Xiangrui Meng, Joseph Bradley, Burak Yavuz +13
Apache Spark is a popular open-source platform for large-scale data processing that is well-suited for iterative machine learning tasks. In this paper we present MLlib, Spark's ope…