#137 · Primary category: MLOps & Evaluation

mlops-stacks

databricks machine-learning mlops

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.

Project last updated:08/11/26

GitHub Stars

711

Forks

266

Contributors

32

License

Apache-2.0

Why we included this project

Databricks MLOps Stacks is a template that skips the weeks of setup most teams spend before their first real training run. One command generates a project skeleton with unit-tested training and batch inference modules, and ML resources are defined as code through Databricks asset bundles, so infrastructure changes flow through pull requests rather than manual UI clicks. The included GitHub Actions or Azure DevOps workflows run tests in an isolated staging workspace and only promote tested code to production, the kind of discipline small teams usually adopt after something breaks. Data scientists can keep iterating in notebooks without a later refactor, and ML engineers add CI/CD when a project is ready to move. If you are already on Databricks and want an opinionated starting point instead of assembling your own pipeline, this is a solid base to clone and adapt.

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