Yunseong Lee, Alberto Scolari, Byung-Gon Chun, Markus Weimer, Matteo Interlandi

Abstract

As Machine Learning (ML) is becoming ubiquitously used within applications,developers need effective solutions to build and deploy their ML models across a large set of scenarios, from IoT devices to the cloud. Unfortunately,the current state of the art in model serving suggests to deliver predictions by running models in containers. While this solution eases the operationalization of models, we observed that it is not flexible enough to address the variety of ML scenarios encountered in large companies such as Microsoft. In this paper, we will overview ML.NET — a recently open sourced ML pipeline framework - and describe how ML models written in ML.NET can be seamlessly integrated into applications. Finally, we will discuss how model serving can be cast to a database problem,and provide insights on our recent experience in building a database optimizer for ML.NET pipelines.

Download PDF

BibTeX

@inproceedings {Lee-2018b,
  author = {Yunseong Lee and Alberto Scolari and Byung-Gon Chun and Markus Weimer and Matteo Interlandi},
  title = {From the Edge to the Cloud: Model Serving in ML.NET},
  booktitle = {Bulletin of the Technical Committee on Data Engineering},
  year = {2018},
  volume = {41, No. 4},
  pages = {46-53},
  url = {http://sites.computer.org/debull/A18dec/issue1.htm},
  publisher = {IEEE},
}