weights-and-biases

Track, visualize, and optimize machine learning experiments with automatic logging and hyperparameter sweeps.

3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill weights-and-biases-ihatesea69
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/ihatesea69/HieuNghi-AI-Skills/tree/main/airesearch_skills/13-mlops/weights-and-biases
Command: npx skills add https://github.com/ihatesea69/HieuNghi-AI-Skills --skill weights-and-biases-ihatesea69

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the machine learning development lifecycle by providing robust tools for experiment tracking, hyperparameter tuning, and model management.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, hyperparameters, and artifacts automatically.
  • Visualization: Monitor training progress in real-time dashboards.
  • Hyperparameter Optimization: Automate the search for optimal model configurations using sweeps.
  • Model Registry: Version and manage trained models.
  • Use Case: When training a deep learning model, use this Skill to log loss, accuracy, and visualize learning curves, then run a sweep to find the best learning rate and batch size, and finally register the best performing model.

Quick Start

Use the weights-and-biases skill to log the training loss and validation accuracy for your current machine learning project.

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 machine learning experiment metrics and hyperparameters automatically?

To track machine learning experiment metrics and hyperparameters, this Skill automatically logs training data like loss and accuracy, then visualizes the progress in real-time dashboards.

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

The best way to run hyperparameter sweeps is by automating the search for optimal configurations, allowing you to efficiently find the best learning rate and batch size for your model.

Can I use this for experiment tracking with PyTorch and TensorFlow models?

Yes, you can use this for experiment tracking with PyTorch and TensorFlow. It integrates with these ML frameworks to manage the experiment lifecycle and model artifacts.

How does model registry versioning work for trained machine learning artifacts?

Model registry versioning works by managing and versioning trained machine learning artifacts. After evaluating tracked runs, you can register the best performing model for organized artifact management.

Do I need the wandb dependency installed to visualize training progress?

Yes, you need the wandb dependency installed to visualize training progress. This Skill facilitates the MLOps workflow by relying on that specific library to monitor training in real-time dashboards.