weights-and-biases

Log ML experiments, hyperparameter sweeps, and models with Weights & Biases.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/lxt070409/hermes-skills --skill weights-and-biases-lxt070409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/lxt070409/hermes-skills/tree/main/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/lxt070409/hermes-skills --skill weights-and-biases-lxt070409

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of logging ML experiments, hyperparameter tuning, and model registry using Weights & Biases, enabling efficient collaboration and visualization of ML work.

Core Features & Use Cases

  • Experiment Tracking: Log and visualize metrics, parameters, and artifacts from experiments.
  • Hyperparameter Tuning: Automate the search for optimal hyperparameters using W&B's integrated sweep functionality.
  • Model Registry: Store and version models with lineage tracking.
  • Use Case: Imagine you are running multiple experiments with different hyperparameters. Use this Skill to log all experiments in W&B, automatically compare results, and deploy the best model to production.

Quick Start

Load the Weights & Biases Skill with skill_view(name='weights-and-biases') and initiate a new experiment by running wandb.init() in your script.

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?

Automated ML experiment tracking is done by running `wandb.init()` in your script to log metrics, parameters, and artifacts. This integrates with the Weights & Biases API for real-time visualization and collaboration.

What is the best way to automate hyperparameter tuning for machine learning models?

The best way to automate hyperparameter tuning is using Weights & Biases' integrated sweep functionality. This Skill configures automated sweeps to search for optimal hyperparameters and logs all experiment results for comparison.

Do I need the wandb library to log experiments and manage the model registry?

Yes, the `wandb` library is required as a dependency. This Skill relies on the wandb library for API integration to automate experiment logging, hyperparameter sweeps, and model registry versioning with lineage tracking.

Can I store and version models with lineage tracking using Weights & Biases?

Yes, you can store and version models with lineage tracking using Weights & Biases. This Skill automates the model registry, linking experiment artifacts to their lineage so you can identify and deploy the best model to production.

How does real-time visualization work for ML experiments?

Real-time visualization works by continuously syncing logged metrics, parameters, and artifacts to Weights & Biases via the wandb API. This enables teams to monitor ongoing ML experiments, compare results, and collaborate dynamically.

Related Skills