Challenge 6: Monitor your models

< Previous Challenge - Home - Next Challenge >

Introduction

There are times when the training data becomes not representative anymore because of changing demographics, trends etc. To catch any skew or drift in feature distributions or even in predictions, it is necessary to monitor your model performance continuously. Luckily Vertex AI Endpoints have Model Monitoring capabilities that you can use for that purpose.

Description

Turn on Training-serving skew detection for your model, use an hourly granularity to get alerts. Send at least 10K prediction requests to collect monitoring data.

Success Criteria

  1. Show that the Model Monitoring is running successfully for the endpoint that’s created in the previous challenge
  2. By default Model Monitoring keeps request/response data in a BigQuery dataset, find and show that data

Tips

Learning Resources

Introduction to Vertex AI Model Monitoring