weights-and-biases

Track ML experiments, visualize training, and manage model registries with Weights & Biases.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill weights-and-biases-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/fikriaf/agentos --skill weights-and-biases-fikriaf

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 allows you to track your ML experiments, visualize training, optimize hyperparameters, and manage your model registry with Weights & Biases.

Core Features & Use Cases

  • Experiment Tracking: Automatically log metrics and artifacts from your training runs.
  • Real-Time Visualization: Monitor your training progress with interactive dashboards.
  • Hyperparameter Tuning: Use automated sweeps to find the best hyperparameters.
  • Model Registry: Store and manage your models with versioning and lineage.
  • Use Case: If you are working on a machine learning project and want to track your experiments, visualize your results, and manage your models efficiently, this Skill can help you do that.

Quick Start

Use the wandb login command to authenticate with Weights & Biases and start tracking your experiments.

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 experiments and visualize training progress?

You can track machine learning experiments by logging metrics and artifacts with the wandb library, which automatically visualizes your training progress through interactive dashboards for real-time monitoring.

Does experiment tracking work with PyTorch and TensorFlow frameworks?

Yes, experiment tracking works with popular ML frameworks like PyTorch, TensorFlow, and HuggingFace, allowing you to seamlessly integrate metric logging and artifact management into your existing training scripts.

What is the best way to optimize hyperparameters during ML experimentation?

The best way to optimize hyperparameters during ML experimentation is using automated sweeps, which systematically search through configurations to find the best hyperparameters for your model training.

Can I manage a model registry with versioning and lineage for my ML projects?

Yes, you can manage a model registry with versioning and lineage by storing and organizing your trained models, enabling efficient tracking of model artifacts throughout the machine learning lifecycle.

Do I need the wandb library to log metrics and artifacts for MLOps?

Yes, you need the wandb library to log metrics and artifacts for MLOps, which requires authenticating with your Weights and Biases account using the wandb login command before starting experiment tracking.

Why use Weights and Biases instead of other MLOps platform tools?

You would use Weights and Biases instead of other MLOps platform tools because it combines experiment tracking, real-time visualization, hyperparameter tuning, and model registry management into a single comprehensive platform for data scientists.