-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering with MLflow
By :
In this chapter, you will learn about creating production-ready training jobs with MLflow. In the bigger scope of things, we will focus on how to move from the training jobs in the notebook environment that we looked at in the early chapters to a standardized format and blueprint to create training jobs.
Specifically, we will look at the following sections in this chapter:
It's time to add to the pyStock machine learning (ML) platform training infrastructure to take proof-of-concept models created in the workbench developed in Chapter 3, Your Data Science Workbench to a Production Environment.
In this chapter, you will be developing a training project that runs periodically or when triggered by a dataset arrival....