Drift Detection
Last updated
Was this helpful?
Last updated
Was this helpful?
Drift detection models are treated as any other Model. You can run any saved drift detection model by adding the requirement alibi-detect
.
An example drift detection model from the CIFAR10 image classification example is shown below:
Usually you would run these models in an asynchronous part of a Pipeline, i.e. they are not connected to the output of the Pipeline which defines the synchronous path. For example, the CIFAR-10 image detection example uses a pipeline as shown below:
Note how the cifar10-drift
model is not part of the path to the outputs. Drift alerts can be read from the Kafka topic of the model.