weights-and-biases

Track ML experiments with automatic logging, visualization, and model registry.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill weights-and-biases-handsomelong922
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills/weights-and-biases
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill weights-and-biases-handsomelong922

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, and includes references (resource) components.

What problem does it solve?

Tracking ML experiments, their metrics, and artifacts across teams is error-prone and time-consuming without a centralized system.

Core Features & Use Cases

  • Automatic logging of metrics, parameters, and artifacts; real-time visualization of training progress; project-wide collaboration; and a unified model registry for versioning and lineage across experiments.
  • Use Case: A data science team runs multiple experiments for a product launch, tracks sweeps, compares runs, and shares artifacts with stakeholders.

Quick Start

Initialize a wandb run in your Python script, log metrics during training, and organize experiments with sweeps 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 experiments with real-time visualization?

You can track ML experiments with real-time visualization by initializing a run in your Python script and using automatic logging to record metrics, parameters, and artifacts throughout the training process.

How do I run hyperparameter sweeps across multiple experiments?

To run hyperparameter sweeps across multiple experiments, you can organize and execute sweeps within your project, allowing you to automatically log metrics, compare different runs, and identify the optimal model configurations.

How does model registry management work for tracking artifacts?

Model registry management provides a unified system for versioning and lineage across experiments, enabling you to coordinate artifacts across projects and share them with stakeholders while tracking their historical progress.

Do I need a specific Python environment to use wandb for experiment tracking?

Yes, you need a Python environment with wandb installed and access to an existing project, which enables run initialization, logging, sweeps, artifacts, and registry interactions for your team or individual workflows.

What is the best way to collaborate on ML experiment tracking across a team?

The best way to collaborate on ML experiment tracking across a team is to use a centralized system that offers automatic logging, real-time visualization of training progress, and project-wide coordination to avoid error-prone manual sharing.

Why does tracking ML experiments without a centralized system cause problems?

Tracking ML experiments without a centralized system is error-prone and time-consuming because it lacks unified versioning and lineage, making it difficult to compare runs, manage artifacts, and coordinate across multiple team members.