weights-and-biases

Log machine learning experiment metrics and visualize training progress with W&B.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, and includes references (resource) components.

What problem does it solve?

Data scientists and ML engineers often struggle to keep track of experiment metrics, visualize training in real time, compare hyperparameter sweeps, and manage model versions, leading to inefficient workflows.

Core Features & Use Cases

  • Automatic experiment logging: Seamlessly log metrics, configurations, and system stats to W&B.
  • Real-time dashboards: Visualize loss, accuracy, and custom plots as training runs.
  • Hyperparameter sweeps: Define search spaces and run automated optimizations.
  • Model registry: Store and version models, datasets, and artifacts for collaboration.
  • Team collaboration: Share runs, charts, and reports with teammates.

Quick Start

Run the Weights & Biases skill to initialize a project run and automatically log your training metrics.

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 during training?

To track machine learning experiment metrics, you can log metrics, configurations, and system stats automatically. This allows you to visualize training progress, monitor loss, and review custom plots in real-time dashboards as your runs execute.

What do I need to log data to the W&B platform?

You need the wandb Python library and an account API key to log data to the W&B platform. Once configured, you can initialize a project run to automatically log your training metrics and system statistics.

Can I manage model versions and artifacts for team collaboration?

Yes, you can manage model versions and artifacts using the model registry. This allows you to store and version models, datasets, and artifacts, enabling seamless sharing of runs, charts, and reports with teammates for collaboration.

How do I visualize training progress in real time for ML runs?

You can visualize training progress by logging metrics to real-time dashboards. This provides live updates on loss, accuracy, and custom plots as your machine learning training runs execute, ensuring immediate visibility into model performance.