weights-and-biases

Track ML experiments, metrics, and artifacts across runs using Weights & Biases.

1.0k|117|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill weights-and-biases-openlair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/mlops/weights-and-biases
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill weights-and-biases-openlair

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Manage and reproduce ML experiments by logging metrics, artifacts, and hyperparameters across runs.

Core Features & Use Cases

  • Experiment Tracking: Automatically log metrics and artifacts to a centralized dashboard.
  • Hyperparameter Sweeps: Run automated searches to optimize configurations across experiments.
  • Model Registry & Collaboration: Version, share, and compare models with teammates.

Quick Start

Run a training script and initialize a wandb run to start tracking metrics 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 and artifacts across runs?

You can track ML experiment metrics and artifacts by initializing a Weights & Biases run within your Python training script, which automatically logs configurations and data to a centralized dashboard for real-time visualization.

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

Running hyperparameter sweeps is best handled by using automated search functionalities to test and optimize configurations across multiple experiment runs, logging the results directly to your tracking dashboard.

Can I manage model versions and collaborate with a team using Weights & Biases?

Yes, you can manage model versions and collaborate using the model registry to version, share, and compare trained models with teammates across different experiment runs.

Does this experiment tracking approach integrate with major ML frameworks?

Yes, this experiment tracking approach satisfies integration with major ML frameworks, allowing you to automatically log metrics, artifacts, and hyperparameters from your existing Python training scripts.

How do I handle robust artifact and version management during MLOps workflows?

Robust artifact and version management is handled by logging datasets and models as artifacts across runs, ensuring reproducibility and centralized tracking throughout end-to-end MLOps workflows.