End-to-end architectures for monitoring ML models
In this section, you will put together the four high-level steps of monitoring to build end-to-end architectures for data drift, model quality, bias drift, and feature attribution drift monitoring. Along with the architecture, you will dive into the unique aspects of the individual steps as applicable to each type of monitoring.
For all four types of monitoring, the first and last steps – enabling data capture and analyzing monitoring results – remain the same. We will discuss these two steps in detail for the first type of monitoring – data drift monitoring. For the other three types of monitoring, we will only briefly mention them.
Data drift monitoring
You monitor a production model for data drift to ensure that the distribution of the live inference traffic the deployed model is serving does not drift away from the distribution of the dataset used for training the model. The end-to-end architecture...