weights-and-biases

Log machine learning experiment metrics and hyperparameters with wandb.

Updated May 11, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/keep-it-real --skill weights-and-biases-richardnguyen0715
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/richardnguyen0715/keep-it-real/tree/main/refer-projects/hermes-agent/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/richardnguyen0715/keep-it-real --skill weights-and-biases-richardnguyen0715

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 provides a streamlined solution for logging and visualizing machine learning experiments, allowing for hyperparameter tuning and model management with ease.

Core Features & Use Cases

  • Experiment Tracking: Log metrics and hyperparameters automatically during training.
  • Real-time Visualization: Access dashboards for real-time insights into your model's performance.
  • Hyperparameter Tuning: Conduct automated hyperparameter sweeps to find the best model configuration.
  • Model Registry: Manage and version your models with lineage tracking.
  • Use Case: Suppose you are working on a classification project with multiple datasets and configurations. This Skill helps you keep track of all experiments, compare results, and iterate quickly.

Quick Start

Use the W&B skill to log the training process for your model, including hyperparameters and 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 experiment metrics and hyperparameters automatically during training?

To track ML experiment metrics and hyperparameters automatically, you need a tool that logs training data in real-time. This Skill uses the wandb client to automatically capture metrics, hyperparameters, and visualizations, ensuring reproducibility across your MLOps workflows.

Does this experiment tracking tool work with PyTorch, TensorFlow, and Hugging Face models?

Yes, this experiment tracking tool works with PyTorch, TensorFlow, and Hugging Face models. It supports these major frameworks to log metrics and manage your machine learning experiments without requiring changes to your core training logic.

What is the best way to run automated hyperparameter sweeps for machine learning models?

The best way to run automated hyperparameter sweeps is to use a tool that systematically searches configurations. This Skill conducts automated hyperparameter sweeps to find the best model configuration while logging results for comparison and iteration.

How do I manage and version models with lineage tracking in an MLOps workflow?

To manage and version models with lineage tracking in an MLOps workflow, you need a centralized model registry. This Skill provides a model registry to manage and version your models, linking them back to their original metrics and hyperparameters.

Do I need to install the wandb client to use this ML experiment tracking Skill?

Yes, you need to install the wandb client to use this ML experiment tracking Skill. The wandb dependency is required to facilitate logging, access real-time visualization dashboards, and execute hyperparameter tuning.

Why use a dedicated experiment tracking tool instead of manually logging metrics for ML projects?

You use a dedicated experiment tracking tool instead of manual logging to ensure reproducibility and automate metric capture. It provides real-time dashboards for immediate insights and enables systematic hyperparameter optimization across multiple datasets and configurations.