paper-with-me

Papers

Automating Code Adaptation for MLOps -- A Benchmarking Study on LLMs

2024-05-10 · Harsh Patel, Buvaneswari A. Ramanan, Manzoor A. Khan, Thomas Williams, Brian Friedman, Lawrence Drabeck

This paper explores the possibilities of the current generation of Large Language Models for incorporating Machine Learning Operations (MLOps) functionalities into ML training code bases. We evaluate the performance of OpenAI (gpt-3.5-turbo) and WizardCoder (open-source, 15B parameters) models on the automated accomplishment of various MLOps functionalities in different settings. We perform a benchmarking study that assesses the ability of these models to: (1) adapt existing code samples (Inlining) with component-specific MLOps functionality such as MLflow and Weights & Biases for experiment tracking, Optuna for hyperparameter optimization etc., and (2) perform the task of Translation from one component of an MLOps functionality to another, e.g., translating existing GitPython library based version control code to Data Version Control library based. We also propose three different approaches that involve teaching LLMs to comprehend the API documentation of the components as a reference while accomplishing the Translation tasks. In our evaluations, the gpt-3.5-turbo model significantly outperforms WizardCoder by achieving impressive Pass@3 accuracy in model optimization (55% compared to 0% by WizardCoder), experiment tracking (100%, compared to 62.5% by WizardCoder), model registration (92% compared to 42% by WizardCoder) and hyperparameter optimization (83% compared to 58% by WizardCoder) on average, in their best possible settings, showcasing its superior code adaptability performance in complex MLOps tasks.

📄 PDF Abstract BibTeX arXiv:2405.06835

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingHyperparameter OptimizationModel OptimizationTranslation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

CodeReef: an open platform for portable MLOps, reusable automation actions and reproducible benchmarking

2020-01-22 · Grigori Fursin, Herve Guillou, Nicolas Essayan

We present CodeReef - an open platform to share all the components necessary to enable cross-platform MLOps (MLSysOps), i.e. automating the deployment of ML models across diverse systems in the most efficient way. We als…

Benchmarkingobject-detectionObject Detection

Automating the Training and Deployment of Models in MLOps by Integrating Systems with Machine Learning

2024-05-16 · Penghao Liang, Bo Song, Xiaoan Zhan, Zhou Chen 외

This article introduces the importance of machine learning in real-world applications and explores the rise of MLOps (Machine Learning Operations) and its importance for solving challenges such as model deployment and pe…

Harmonica: A Self-Adaptation Exemplar for Sustainable MLOps

2026-01-17 · Ananya Halgatti, Shaunak Biswas, Hiya Bhatt, Srinivasan Rakhunathan 외 arxiv

Machine learning enabled systems (MLS) often operate in settings where they regularly encounter uncertainties arising from changes in their surrounding environment. Without structured oversight, such changes can degrade …

Time Series Regression

Embedding the MLOps Lifecycle into OT Reference Models

2025-10-23 · Simon Schindler, Christoph Binder, Lukas Lürzer, Stefan Huber arxiv

Machine Learning Operations (MLOps) practices are increas- ingly adopted in industrial settings, yet their integration with Opera- tional Technology (OT) systems presents significant challenges. This pa- per analyzes the…

From drift to adaptation to the failed ml model: Transfer Learning in Industrial MLOps

2026-02-01 · Waqar Muhammad Ashraf, Talha Ansar, Fahad Ahmed, Jawad Hussain 외 arxiv

Model adaptation to production environment is critical for reliable Machine Learning Operations (MLOps), less attention is paid to developing systematic framework for updating the ML models when they fail under data drif…

Transfer Learning