weights-and-biases

Track ML experiment metrics, hyperparameters, and model versions with W&B.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill weights-and-biases-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weights-and-biases
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/mlops/evaluation/weights-and-biases
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill weights-and-biases-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of disorganized, manual record-keeping for machine learning workflows, where data scientists lose track of experiment hyperparameters, training metrics, model versions, and team collaboration context across scattered local files and spreadsheets.

Core Features & Use Cases

  • End-to-End Experiment Tracking: Automatically log training metrics, hyperparameters, code versions, and system resource usage for every ML run, with real-time visualization in shareable dashboards.
  • Hyperparameter Optimization: Run automated sweeps using grid, random, or Bayesian search to efficiently find optimal model configurations without manual trial and error.
  • Model & Data Versioning: Track datasets, model checkpoints, and evaluation results with full lineage, manage deployment stages via a central model registry, and share artifacts across team members.
  • Use Case Example: For instance, if you are fine-tuning a computer vision model for product categorization, use this skill to track every training run's accuracy and loss, automatically search for the best learning rate and batch size, and version the top-performing model for production deployment.

Quick Start

Use the weights-and-biases skill to log metrics for your ongoing ML training run, execute a hyperparameter optimization sweep, and register your best trained model in the W&B model registry.

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 hyperparameters automatically?

To track machine learning experiment metrics and hyperparameters automatically, you can log training runs, system resource usage, and code versions to cloud-hosted dashboards, eliminating disorganized manual record-keeping across scattered local files and spreadsheets.

What's the best way to run hyperparameter sweeps for ML training?

The best way to run hyperparameter sweeps for ML training is to execute automated optimization using grid, random, or Bayesian search, which efficiently finds optimal model configurations without relying on manual trial and error.

How do I version model checkpoints and datasets with full lineage tracking?

You can version model checkpoints and datasets with full lineage tracking by managing them as artifacts, allowing you to track evaluation results, manage deployment stages via a central model registry, and share artifacts across team members.

Do I need specific credentials or Python packages to log ML training runs to cloud dashboards?

Yes, you need valid W&B API credentials and the wandb Python package to log run data, execute optimization sweeps, manage artifact lineage, and sync results to cloud-hosted dashboards for your machine learning workflows.

Can I use experiment tracking to collaborate with data science and ML engineering teams?

Yes, experiment tracking serves data science and ML engineering teams by syncing training metrics, hyperparameters, and model versions to shareable dashboards, enabling cross-team collaboration on model deployment and dataset versioning projects.

How does artifact versioning help manage ML model deployment stages?

Artifact versioning helps manage ML model deployment stages by tracking datasets, model checkpoints, and evaluation results with full lineage, allowing teams to register top-performing models in a central model registry for production deployment.