Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1017 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 1017 Bytes

Model Monitoring

Model Monitoring service

Monitoring component consists of

  • Postgresql Database to store the prediction log
  • Adminer tools to interact with the database
  • Monitoring service
  • Evidently dashboard to check the data drift visually

All services from above will be run from docker compose.

Adminer tool

Adminer tool

Prediction log inside the database

Prediction log

Evidently Dashboard

The report about data drift and target drift can be checked from evidently dashboard.

Evidently dashboard


Data drift dashboard

Data Distribution dashboard

Monitoring Pipeline

The monitoring pipeline can be deployed as a workflow by using prefect. With prefect, the workflow can be scheduled and triggered via API.

Monitoring Pipeline with prefect Example


Monitoring pipeline