From experiment-tracking-setup
Sets up ML experiment tracking with MLflow or Weights & Biases: installs packages, initializes tools, and provides logging code for parameters, metrics, and artifacts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/experiment-tracking-setup:setting-up-experiment-trackingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Configure ML experiment tracking with MLflow or Weights & Biases, including environment setup and code for logging parameters, metrics, and artifacts.
Configure ML experiment tracking with MLflow or Weights & Biases, including environment setup and code for logging parameters, metrics, and artifacts.
This skill streamlines the process of setting up experiment tracking for machine learning projects. It automates environment configuration, tool initialization, and provides code examples to get you started quickly.
This skill activates when you need to:
User request: "track experiments using mlflow"
The skill will:
mlflow Python package.User request: "setup experiment tracking with wandb"
The skill will:
wandb Python package.This skill can be used in conjunction with other skills that generate or modify machine learning code, such as skills for model training or data preprocessing. It ensures that all experiments are properly tracked and documented.
The skill produces structured output relevant to the task.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin experiment-tracking-setupSets up MLflow tracking server, configures autologging for ML frameworks, compares runs with metrics, and manages artifacts for reproducible ML workflows.
Logs ML training metrics with Trackio's Python API, fires structured alerts, and retrieves results via CLI or terminal output for real-time experiment monitoring.
Determines a user's MLflow use case (GenAI or traditional ML) and guides them through relevant quickstart tutorials and initial integration steps.