weights-and-biases

Automate machine learning experiment tracking, visualization, and collaboration with Weights & Biases.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill weights-and-biases-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill weights-and-biases-brilly-bohyun

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 automates the process of tracking machine learning experiments, allowing users to log metrics, visualize training progress, compare runs, optimize hyperparameters, manage models, and collaborate on projects.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, parameters, and configurations automatically.
  • Real-Time Visualization: Visualize training progress in dashboards.
  • Hyperparameter Tuning: Optimize hyperparameters with automated sweeps.
  • Model Registry: Manage model versions and lineage.
  • Collaboration: Share runs and collaborate with team workspaces.
  • Use Case: Imagine you are running multiple experiments to fine-tune a model. Use this Skill to track all experiments, visualize results, and easily find the best-performing model.

Quick Start

Use the weights-and-biases skill to log metrics for the current experiment.

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 parameters automatically?

ML experiment tracking logs metrics, parameters, and configurations automatically. You can visualize training progress in real-time dashboards and compare multiple runs to identify the best-performing model configurations.

What is the best way to optimize hyperparameters for machine learning models?

Optimizing hyperparameters is best handled through automated sweeps. This process tests varying configurations, logs the resulting metrics, and visualizes the outcomes to easily identify the optimal parameter sets for your model.

Do I need the wandb Python package to manage a model registry and track lineage?

Yes, you need the wandb Python package and appropriate platform support to manage a model registry. This setup allows you to track model versions and lineage while collaborating within team workspaces.

Can I use this for real-time visualization and team collaboration on ML projects?

Yes, you can use this for real-time visualization and team collaboration on ML projects. It allows you to share experiment runs, visualize training progress in dashboards, and collaborate within shared team workspaces.

Does automated experiment tracking work with multiple ML frameworks and platforms?

Automated experiment tracking supports multiple platforms and frameworks with integration for various ML libraries. This allows you to maintain consistent logging and visualization across diverse machine learning environments.

How do I compare multiple ML training runs to find the best model?

Comparing multiple ML training runs involves logging metrics and parameters for each experiment automatically. You can then visualize and evaluate the results in dashboards to easily find the best-performing model.