From the course: Machine Learning with SageMaker by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Model registry demonstration

Model registry demonstration

Usually, once we have our models created, we need to start tracking them as they sort of evolve over time. And that's where model registry comes in, as we just learned in the previous lesson. So let me show you how to use this relatively quickly. I'm going to use a model that's already been created in one of the previous lessons. Here in xgboost-training, and then this epoch timestamp, I have the output directory, and then model.tar.gz. And we are going to do this in SageMaker Studio. That's where Model Registry is. Let's open up Studio. Also, I do have the instructions opened up here. So step by step, what is SageMaker Model Registry? We just covered that. We need a pre-trained model. We're going to create a model group. register that model, track and manage model versions, prove it for deployment, deploy it, run some inference, and then look at what if we want to iterate, what if we want to add a new version. So let's run through this real quick. Here in SageMaker Studio, you go to…

Contents