domino-model-monitoring

Monitor deployed Domino models for drift, quality, and alerts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-model-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domino-model-monitoring
Source: https://github.com/jvdomino/domino-data-lab-plugin/tree/main/skills/model-monitoring
Command: npx skills add https://github.com/jvdomino/domino-data-lab-plugin --skill domino-model-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Domino Model Monitoring helps teams keep deployed models reliable by surfacing drift, tracking performance, and triggering alerts to guide remediation.

Core Features & Use Cases

  • Data drift detection to identify distribution changes in input features compared to baselines.
  • Model quality tracking with metrics such as accuracy, precision/recall, F1, AUC, and regression error over time.
  • Alerting and remediation workflows to notify stakeholders and drive corrective actions when thresholds are breached.
  • Prediction capture and dataset logging to enable reproducibility and investigations.
  • Seamless integration with Domino Model APIs and the Domino SDK for end-to-end monitoring in production.

Quick Start

Set up monitoring on your deployed Model API and configure drift detection, quality metrics, and alerting.

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 in my production models?

Detect production model data drift by comparing input feature distributions against baseline training data to identify changes and trigger alerts. This requires configuring drift tests on your deployed Model API using training data baselines.

What is model quality tracking and how does it work for deployed APIs?

Model quality tracking monitors deployed API performance by calculating metrics like accuracy, precision, recall, F1, AUC, and regression error over time. It compares live predictions against actual outcomes to track degradation.

Can I set up alerts to notify stakeholders when model performance drops?

Yes, you can configure alerting rules to notify stakeholders and drive remediation workflows when drift or quality metric thresholds are breached. Alert triggers are defined during the monitoring setup on your deployed Model API.

Do I need a deployed Model API and training data to start monitoring drift?

Yes, production model monitoring requires a deployed Model API and your original training data to establish baselines. You must also configure specific drift tests, quality metrics, and alert rules to begin tracking.

How do I capture live prediction streams for reproducibility and investigations?

Capture live prediction streams by enabling prediction capture and dataset logging within your Domino Model API monitoring configuration. This logs incoming data and outputs to ensure reproducibility and support investigations.