Pack · 8 talks · 7h 08m to watch, 46 min to read

From notebook to production

The model works when you run the notebook. Someone else still needs your help to find the input files, execute cells in the right order, and turn the result into something the business can use again. The first production milestone is a workflow that survives that separation from its author. Start by identifying what comes after training, then make hidden state and assumptions explicit. Extract reviewable code, separate configuration from processing, and try running the project elsewhere. An audio example shows why the preprocessing must travel with the model. Virgin Media adds a production-like test environment; Regions Bank finishes with training, scoring and monitoring as repeatable applications. The older demonstrations supply design examples, not a requirement to adopt their particular tool stacks.

6
Valerio Velardo, Utopia Music · 50:42 · MLOps Coffee Sessions
Bringing Audio ML Models into Production

Why here: A portable project still needs the right preprocessing. Audio makes the omission obvious: wave files must become suitable representations before many models can use them. Velardo argues for shared transformations alongside training, evaluation and deployment, so the production artifact includes the work that made the experiment meaningful.

8
Daniel Stahl, Regions Bank · 1:04:58 · MLOps Meetup
Operationalizing Machine Learning at a Large Financial Institution

Why last: Regions Bank runs the training process again in production rather than relying on the model left over from exploration. Stahl's training, scoring and monitoring pipelines show what the notebook has become: versioned code that can produce, use and check a model repeatedly. His 2021 account closes the route with the repeatable work needed to keep using the experiment's result.