weights-and-biases

Automate ML experiment tracking and MLOps with Weights & Biases.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies MLOps by providing a unified platform for tracking experiments, visualizing training, managing models, and optimizing hyperparameters.

Core Features & Use Cases

  • Experiment Tracking: Log metrics and artifacts automatically from your training script.
  • Real-Time Visualization: Monitor training progress and results in interactive dashboards.
  • Hyperparameter Tuning: Perform automated sweeps to find the best hyperparameters.
  • Model Registry: Store, manage, and share models with versioning and lineage.
  • Use Case: You can use this Skill to automatically track the performance of a model during training, visualize the training loss and accuracy in real-time, and automatically optimize hyperparameters for better performance.

Quick Start

Use the wandb skill to start tracking your experiments with the following command: wandb.init(project="my-project", config={"learning_rate": 0.001, "epochs": 10}).

Frequently Asked Questions about weights-and-biases

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

FAQPage Schema
How do I start tracking machine learning experiments with automated metric logging?

To start experiment tracking, initialize your script with `wandb.init` and pass your project name and configuration. This automatically logs metrics and artifacts from your training script to interactive dashboards.

What is hyperparameter tuning and how does it work for model optimization?

Hyperparameter tuning evaluates different parameter configurations to improve model performance. This Skill performs automated sweeps to systematically test variations and identify the optimal settings for your training script.

Do I need the wandb library to use experiment tracking and model registry features?

Yes, you need the wandb library installed to use this experiment tracking and model registry functionality. It acts as the core dependency for logging metrics, visualizing training, and managing models.

Can I monitor training progress and visualize results in real-time during model validation?

Yes, you can monitor training progress and visualize results in real-time. The platform provides interactive dashboards that update automatically as your training script logs metrics like loss and accuracy.

What is the best way to manage and share models with versioning and lineage?

The best way to manage and share models is using the model registry. It stores, versions, and tracks lineage for your trained models, enabling straightforward collaboration across your team.

Why should I use a unified platform for MLOps instead of separate tracking tools?

Using a unified platform for MLOps streamlines your workflow by combining experiment tracking, real-time visualization, hyperparameter tuning, and model registry into a single collaborative environment.