model-monitoring-operator

command module
v0.0.0-...-34e6c99 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

README

Model Monitoring Operator

Kubernetes operator for ML model monitoring over KFServing, with Kafka, Spark and the Model Monitoring framework

How can I start?

  1. Install the Model Monitoring operator by choosing one of the versions available in 'install' folder. kubectl create -f install/v1beta1/model-monitoring.yaml

  2. Define and apply a Model Monitor resource (check 'config/samples/monitoring_v1beta1_modelmonitor.yaml' as an example) kubectl apply -f model-monitor.yaml

  3. Serve your model with KFServing specifying the following logger url: 'http://<model-monitor-name>-inferencelogger.<namespace>'

  4. Check the inference analysis of your model by visiting the sinks specified in your Model Monitor.

How it works?

The operator deploys an Inference Logger to forward enriched inference logs to Kafka. Then it deploys a Spark job that consumes the corresponding Kafka topics and analyses the logs using a custom implementation of the Model Monitoring framework.

Monitoring Configuration

In order to see the available statistics, outliers and drift detectors check the documentation of the framework.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1beta1
Package v1beta1 contains API Schema definitions for the monitoring v1beta1 API group +kubebuilder:object:generate=true +groupName=monitoring.hops.io
Package v1beta1 contains API Schema definitions for the monitoring v1beta1 API group +kubebuilder:object:generate=true +groupName=monitoring.hops.io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL