What problem does it solve? Machine learning teams lose track of experiments, hyperparameters, and model versions when training runs are scattered across notebooks and terminals. This Skill provides complete guidance for logging metrics, comparing runs, optimizing hyperparameters, and managing model lineage with Weights & Biases (W&B). ## Core Features & Use Cases - Experiment Tracking: Log metrics, configs, media, and system stats from PyTorch, TensorFlow, Keras, HuggingFace, and PyTorch Lightning training loops. - Hyperparameter Sweeps: Run grid, random, or Bayesian optimization searches with early termination and parallel agents across GPUs. - Artifacts & Model Registry: Version datasets and models with automatic lineage tracking, aliases, and promotion through staging to production. - Use Case: A data scientist fine-tuning a BERT model can initialize a W&B run, launch a Bayesian sweep over learning rate and batch size, and promote the best checkpoint to a production model registry. ## Quick Start Use the weights-and-biases skill to set up W&B experiment tracking in my PyTorch training script and log validation accuracy each epoch.