weights-and-biases

Track ML experiments with automatic logging and real-time dashboards.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill weights-and-biases-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/jacardl/New-Radar --skill weights-and-biases-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Track ML experiments with automatic logging, visualize training in real-time dashboards, and manage model registries for collaborative ML projects.

Core Features & Use Cases

  • Experiment tracking: automatic metrics logging across runs and projects.
  • Real-time visualization: live dashboards during training and evaluation.
  • Sweeps & Artifacts: hyperparameter optimization and dataset/model versioning with a centralized registry.
  • Collaboration: team workspaces and shared model registries for governance.

Quick Start

Launch a run with wandb.init(project='my-ml-project') and begin logging metrics during training.

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 automatically during training?

Track ML experiment metrics automatically by initializing a run with wandb.init and logging metrics during training to populate real-time dashboards. This handles config management and metric logging across runs and projects.

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

Run hyperparameter sweeps by applying optimization configurations across multiple initialized runs. This tracks sweep metrics automatically, visualizes results in dashboards, and manages datasets using artifact versioning.

How does artifact versioning work for ML datasets and models?

Artifact versioning works by handling datasets and models through a centralized registry. You log artifacts during runs to manage dataset and model versioning for collaborative ML projects.

Can I manage a model registry for team collaboration workflows?

Yes, you can manage a model registry for team collaboration workflows. It provides shared workspaces and centralized registries to support governance across collaborative ML projects.

Does experiment tracking support integration with common ML frameworks?

Yes, experiment tracking supports integration with common ML frameworks. You initialize a run and apply automatic logging across model training, evaluation, and hyperparameter sweep workflows.

What do I need to initialize a run and start logging metrics?

To initialize a run and start logging metrics, you need to call wandb.init with your project name. This begins config management and metric logging for your training runs.