#183 · Primary category: MLOps & Evaluation
MLOpsPython
MLOps using Azure ML Services and Azure DevOps
Project last updated:08/05/23
GitHub Stars
1.3K
Forks
1.2K
Contributors
44
License
MIT
Why we included this project
Teams that need to stand up repeatable machine learning delivery pipelines will find a concrete, working reference here rather than another abstract architecture diagram. This repository ships a full template for an ML project wired through Azure DevOps and Azure Machine Learning, with continuous integration, continuous delivery, and scheduled model retraining all expressed as executable code and pipeline definitions. It walks through the steps that often trip teams up in production: data sanity checks and unit tests before training, training on different compute targets, registering and versioning models, evaluating candidates before selection, and deploying a real-time web service through staged QA and production releases. Because it is built around the scikit-learn diabetes example while keeping the scaffolding separate from the model logic, the same structure can be adapted to other scenarios and build systems such as Jenkins or Travis. If you want a concrete map of what a mature CI/CD flow for ML looks like on Azure, this is a useful place to start.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models