Why ML in production is (still) broken - [#MLOps2020]
The MLOps movement and associated new tooling is starting to help tackle the very real technical debt problems associated with machine learning in production.
Jun 26, 20205 Mins
The MLOps movement and associated new tooling is starting to help tackle the very real technical debt problems associated with machine learning in production.

Pipelines help you think and act better when it comes to how you execute your machine learning training workflows.
Using config files to specify infrastructure for training isn't widely practiced in the machine learning community, but it helps a lot with reproducibility.

ZenML makes it easy to setup training pipelines that give you all the benefits of cached steps.

Software engineering best practices have not been brought into the machine learning space, with the side-effect that there is a great deal of technical debt in these code bases.