weights-and-biases

Track ML experiments with automatic logging and hyperparameter sweeps via Weights & Biases.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/ChimeraFoundationa/Agentx --skill weights-and-biases-chimerafoundationa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/ChimeraFoundationa/Agentx/tree/main/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/ChimeraFoundationa/Agentx --skill weights-and-biases-chimerafoundationa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Track ML experiments end-to-end with automatic logging and real-time visualization.

Core Features & Use Cases

  • Experiment Tracking: log metrics, configurations, and artifacts across runs for reproducible research.
  • Hyperparameter Sweeps: define search spaces and automatically explore configurations to improve model performance.
  • Model Registry & Artifacts: version and organize models, datasets, and results with lineage.
  • Collaboration & Sharing: share runs, dashboards, and insights with teammates to accelerate decisions.

Quick Start

Run a sample script that initializes a wandb run and logs basic training metrics.

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 in PyTorch or TensorFlow?

To track ML experiments automatically, this skill initializes a W&B run to log training metrics, configurations, and artifacts across PyTorch and TensorFlow frameworks. It provides real-time visualization and end-to-end logging for reproducible research.

Can I run hyperparameter sweeps to optimize model performance automatically?

Yes, you can run hyperparameter sweeps by defining a search space that the skill automatically explores. It manages the sweep optimization process to systematically test configurations and improve model performance without manual intervention.

How do I version datasets and organize models with lineage tracking?

You can version datasets and organize models using the model registry and artifacts features. This skill tracks lineage for models, datasets, and results, ensuring reproducible experiments and structured artifact management across all runs.

Does experiment tracking work for team collaboration and sharing dashboards?

Yes, experiment tracking supports team collaboration by allowing you to share runs, dashboards, and insights with teammates. This accelerates model development decisions by making real-time visualizations and logged data accessible across your team.

What is the best way to manage ML experiment reproducibility across multiple frameworks?

The best way to manage ML reproducibility is using W&B to log configurations, metrics, and artifacts across runs. This skill ensures consistent tracking and real-time visualization for experiments built in frameworks like PyTorch and TensorFlow.