weights-and-biases

Track ML experiments, sweeps, and artifacts using the wandb library.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill weights-and-biases-hugoalmeidamoreira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/HugoAlmeidaMoreira/zeus-agent/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/HugoAlmeidaMoreira/zeus-agent --skill weights-and-biases-hugoalmeidamoreira

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

WandB centralizes ML experiment tracking, sweeps, and artifact management to streamline reproducibility and collaboration across teams.

Core Features & Use Cases

  • Automatic experiment tracking and metric logging
  • Hyperparameter sweeps and optimization
  • Artifacts, model registry, and lineage for reproducibility
  • Real-time dashboards and collaborative reporting

Quick Start

Run a Python script that initializes wandb, logs metrics, and can launch a sweep to optimize hyperparameters.

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 and log metrics automatically?▼

You can track ML experiments by initializing a Python script with the wandb library, which provides automatic metric logging and live dashboard updates for real-time model performance monitoring.

What is the best way to run hyperparameter sweeps for model optimization?▼

Hyperparameter sweeps are configured and launched directly through the wandb library, allowing you to automate optimization runs and visualize the results in a centralized dashboard.

How does artifact version control work for machine learning reproducibility?▼

Artifact version control manages model registry inputs and outputs by tracking lineage through the wandb library, ensuring full reproducibility and collaboration across data science pipelines.

Can I use wandb for end-to-end MLOps from development to production?▼

Yes, wandb is widely applicable across MLOps pipelines from model development to production, facilitating experiment tracking, artifact management, and collaborative reporting throughout the lifecycle.

Do I need the wandb library installed to track experiment metrics?▼

Yes, the wandb Python library is the required dependency for initializing experiment tracking, logging metrics, configuring sweeps, and managing artifacts within your data science scripts.