weights-and-biases

Track ML experiments, visualize metrics, tune hyperparameters, and manage model registries.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/informatico-madrid/Architect-Expert-Gap-Forge --skill weights-and-biases-informatico-madrid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/informatico-madrid/Architect-Expert-Gap-Forge/tree/main/.github/skills/weights-and-biases
Command: npx skills add https://github.com/informatico-madrid/Architect-Expert-Gap-Forge --skill weights-and-biases-informatico-madrid

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, visualization, hyperparameter optimization, and model management.

Core Features & Use Cases

  • Experiment Tracking: Log metrics, parameters, and artifacts automatically.
  • Real-time Visualization: Monitor training progress with interactive dashboards.
  • Hyperparameter Sweeps: Automate the search for optimal model configurations.
  • Model Registry: Version and manage trained models for deployment.
  • Use Case: A data scientist training a deep learning model can use this Skill to log every training run, compare different hyperparameter settings side-by-side, and easily select the best performing model for production.

Quick Start

Use the weights-and-biases skill to track your ML experiments by initializing a W&B run in your Python 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 machine learning experiment metrics and parameters during model training?

Machine learning experiment tracking logs metrics, parameters, and artifacts automatically by initializing a run in your Python script and connecting it to a cloud-based platform for real-time visualization and monitoring.

Can I use experiment tracking with PyTorch, TensorFlow, and HuggingFace Transformers?

Experiment tracking supports integration with popular ML frameworks like PyTorch, TensorFlow, and HuggingFace Transformers, allowing you to log training runs directly from your existing deep learning workflows.

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

Automating hyperparameter tuning uses hyperparameter sweeps to search for optimal model configurations, logging each run automatically so you can compare different settings side-by-side and select the best performing model.

How do I manage and version trained models for deployment?

Model registry management versionizes trained models for deployment, enabling data scientists to track, organize, and select the best performing models for production environments.

Does this MLOps workflow support collaborative team visualization dashboards?

Collaborative MLOps workflows are supported through a cloud-based platform that provides real-time visualization dashboards, enabling teams to monitor training progress and compare experiment runs together.

Do I need wandb installed to start logging experiment tracking data?

You need the wandb dependency installed to initialize a W&B run in your Python script, which connects your local training environment to the cloud-based experiment tracking and visualization platform.