weights-and-biases

Automate ML experiment tracking, visualization, and artifact management with Weights & Biases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/t2ance/dr-claw-plugin --skill weights-and-biases-t2ance
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/t2ance/dr-claw-plugin/tree/main/plugins/ml-training-stack/skills/mlops/weights-and-biases
Command: npx skills add https://github.com/t2ance/dr-claw-plugin --skill weights-and-biases-t2ance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automatically track ML experiments, visualize training progress in real-time, and manage artifacts and model registries to streamline collaboration.

Core Features & Use Cases

  • Automatic experiment tracking with real-time dashboards and granular metric/config logging
  • Hyperparameter sweeps and comparison across runs to improve model performance
  • Centralized artifact management and model registry to coordinate team workflows and versioning

Quick Start

Initialize a W&B run with wandb.init and start logging metrics to create a shared, searchable record of experiments and artifacts.

Frequently Asked Questions about weights-and-biases

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

FAQPage Schema
How do I track ML experiment metrics in real-time during model training?▼

You can track ML experiment metrics by initializing a run with wandb.init to log metrics and configs. This creates real-time dashboards and a searchable record of your training progress for cross-team collaboration.

What is hyperparameter sweeping and how does it improve model performance?▼

Hyperparameter sweeping runs multiple training configurations to compare metrics across runs. Coordinating these sweeps helps identify optimal parameters, systematically improving overall model performance through visual comparison.

How do I manage model versioning and artifact storage for collaborative ML workflows?▼

Manage model versioning by utilizing centralized artifact management and a model registry. This coordinates team workflows by storing, versioning, and sharing experiment artifacts and registered models in a searchable environment.

Can I use this for end-to-end MLOps workflows including experimentation and artifact management?▼

Yes, it supports end-to-end MLOps workflows by integrating experiment tracking, hyperparameter sweeps, artifact management, and model registry. It configures wandb to coordinate cross-team experiments and log metrics.

What's the best way to log and visualize training progress across multiple runs?▼

The best way to visualize training progress is logging granular metrics and configs to real-time dashboards. This enables comparison across multiple runs to analyze experiment results and collaborate on model improvements.

Do I need to configure wandb before tracking experiments and managing artifacts?▼

Yes, you need to configure wandb by initializing a run with wandb.init. This setup satisfies requirements for logging metrics, managing artifacts, and creating a shared record of your experiments.