domino-model-monitoring

Monitor deployed Domino Data Lab models for data and concept drift.

6|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-model-monitoring-dominodatalab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-model-monitoring
Source: https://github.com/dominodatalab/domino-claude-plugin/tree/main/skills/model-monitoring
Command: npx skills add https://github.com/dominodatalab/domino-claude-plugin --skill domino-model-monitoring-dominodatalab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need to ensure deployed machine learning models remain accurate and reliable in production by detecting and alerting on data drift and performance degradation.

Core Features & Use Cases

  • Drift Detection: Identifies changes in input data distributions and concept drift.
  • Model Quality Tracking: Monitors prediction accuracy against ground truth.
  • Alerting: Configures notifications for drift or quality metric breaches.
  • Prediction Capture: Logs model predictions for analysis and debugging.
  • Use Case: When a deployed fraud detection model starts showing a significant drop in accuracy, this Skill can automatically detect the drift, alert the MLOps team, and provide data for retraining.

Quick Start

Use the domino-model-monitoring skill to set up monitoring for the deployed model API named 'customer-churn-predictor'.

Frequently Asked Questions about domino-model-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect data drift and monitor model quality for deployed models?

Model monitoring captures predictions from your deployed Model API and analyzes them against a training dataset baseline to detect data drift and performance degradation. It optionally compares predictions against ground truth data to assess model quality metrics.

What is concept drift and how does model monitoring handle alerting for it?

Concept drift occurs when the relationship between input data and target predictions changes in production. Model monitoring identifies this drift and configures alerts to notify teams when quality metrics breach predefined thresholds, enabling proactive model management.

How do I set up monitoring for a deployed Model API in Domino Data Lab?

To set up monitoring for a deployed Model API in Domino Data Lab, you need a deployed Model API and a training dataset for baseline comparison. The monitoring skill captures predictions, analyzes drift, and tracks quality metrics against optional ground truth data.

Do I need ground truth data to monitor model performance and prediction drift?

Ground truth data is optional for monitoring model performance and prediction drift. You can detect data drift and capture predictions using only a deployed Model API and a training dataset baseline, but ground truth is required to assess model quality metrics.

What's the best way to track prediction accuracy drops in production machine learning models?

The best way to track prediction accuracy drops is by logging model predictions for analysis and comparing them against ground truth data. This model monitoring approach automatically detects significant accuracy drops and alerts the MLOps team to initiate retraining.

Why does my deployed model monitoring not detect concept drift without a training dataset baseline?

Concept drift detection requires a training dataset baseline to compare against incoming production data distributions. Without this baseline, the monitoring cannot identify changes in input data distributions or accurately assess prediction drift for alert configuration.