What problem does it solve? Machine learning teams lose track of experiments, hyperparameters, and model versions when training runs are scattered across notebooks and scripts. This Skill provides complete guidance for instrumenting training code with Weights & Biases so every run, metric, and artifact is logged, comparable, and reproducible. ## Core Features & Use Cases - Experiment Tracking: Initialize runs with wandb.init, log metrics, media, and configs, and compare runs in real-time dashboards. - Hyperparameter Sweeps: Automate grid, random, and Bayesian search with early termination via Hyperband and parallel agents across GPUs. - Artifacts & Model Registry: Version datasets and models with lineage tracking, aliases, and promotion through staging to production. - Framework Integrations: Native support for PyTorch, PyTorch Lightning, HuggingFace Transformers, Keras/TensorFlow, Fast.ai, XGBoost, and LightGBM. - Use Case: A data scientist fine-tuning a BERT classifier runs a Bayesian sweep over learning rate and batch size, logs validation F1 per trial, and links the best checkpoint to the production model registry. ## Quick Start Use the weights-and-biases skill to instrument my PyTorch training script with W&B experiment tracking and set up a Bayesian hyperparameter sweep.