From the course: MLOps Essentials: Model Development and Integration
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Managed training pipelines
From the course: MLOps Essentials: Model Development and Integration
Managed training pipelines
- [Instructor] Having discussed the data engineering side of MLOps. Let's get into model training in this chapter and how MLOps helps in making it efficient. We'll start off with managed training pipelines. Similar to managed data pipelines, training pipelines play a vital role in the ML workflow. A robust managed training pipeline helps create repeatable ML training and testing workflows while reducing human costs. Being the core activity, as well as the most unpredictable activity in building an ML application, ML training can benefit a lot from an organized MLOps setup for the project. What are the key training pipeline functions? It starts with the feature store. Training inputs are fetched from the feature store for model training. The hyper parameters are also set up for training. An experiment is then planned and executed. Executing the experiment results in the ML model. The model is then validated during…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.