domino-experiment-tracking

Track ML experiments and model versions across Domino projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organizes and tracks ML experiments inside Domino using an MLflow-based Experiment Manager, enabling consistent logging, comparison, and registry of models across projects.

Core Features & Use Cases

  • Automatic and manual logging of parameters, metrics, and artifacts.
  • Run comparison, visualization, and model registry integration.
  • Seamless integration with Domino projects and jobs for end-to-end experiment workflows.

Quick Start

Set a unique experiment name, enable autolog for your chosen frameworks, and start a run to begin logging metrics and artifacts.

Frequently Asked Questions about domino-experiment-tracking

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

FAQPage Schema
How do I track ML experiments end-to-end in Domino?

To track ML experiments end-to-end in Domino, you use an MLflow-based Experiment Manager to log parameters, metrics, and artifacts across projects. Set a unique experiment name, enable autologging, and start a run to begin tracking.

Can I use automatic logging for PyTorch and TensorFlow models in Domino?

Automatic logging for PyTorch and TensorFlow models in Domino is fully supported by the MLflow-based Experiment Manager. You simply enable autolog for your chosen framework before starting your training run to capture metrics automatically.

How do I compare ML runs and manage model versions across different projects?

Comparing ML runs and managing model versions across projects is handled through the Experiment Manager's run comparison and model registry features. The MLflow-based integration enables consistent visualization and tracking of model versions within Domino.

Does Domino's experiment tracking integrate with existing jobs and projects?

Domino's experiment tracking seamlessly integrates with existing Domino projects and jobs. This integration enables end-to-end ML experiment workflows, allowing you to log artifacts and metrics directly from your scheduled or interactive jobs.

What is the best way to log artifacts and metrics manually during model evaluation?

The best way to manually log artifacts and metrics during model evaluation is using the MLflow tracking APIs inside the Domino Experiment Manager. This allows you to record specific parameters, metrics, and output artifacts for each run.

Why should I use MLflow for experiment tracking instead of manual logging?

Using MLflow for experiment tracking organizes ML experiments inside Domino, enabling consistent logging, comparison, and registry of models across projects. It provides automatic logging for popular frameworks and structured run comparison tools that manual logging lacks.