Utilities for W&B experiment analysis
Project description
wandb_buddy
Utilities for W&B experiment analysis.
Installation
pip install wandb_buddy
Or install from source:
pip install -e .
Usage
import wandb_buddy as wb
# Tag-based filtering (simple)
df = wb.load_runs("your-entity", "your-project", tags=["experiment-v1"])
# Exclude certain tags
df = wb.load_runs("your-entity", "your-project", tags=["experiment-v1"], exclude_tags=["debug"])
# Raw filters (flexible)
df = wb.load_runs("your-entity", "your-project", filters={"config.lr": 0.001})
# Combined tag and raw filters
df = wb.load_runs("your-entity", "your-project", tags=["experiment-v1"], filters={"config.lr": 0.001})
# Include all run states (not just finished)
df = wb.load_runs("your-entity", "your-project", tags=["experiment-v1"], state="all")
# Custom timeout
df = wb.load_runs("your-entity", "your-project", tags=["experiment-v1"], timeout=10000)
The returned DataFrame contains: name, id, state, created_at, heartbeat_at, tags, sweep_id, plus all config and summary values from each run.
Development
pip install -e ".[dev]"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wandb_buddy-0.1.0.tar.gz
(13.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wandb_buddy-0.1.0.tar.gz.
File metadata
- Download URL: wandb_buddy-0.1.0.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4a401e0cc6e35167aff170153c04d844f5b04be5aafa4cfec8c999b8a52af7
|
|
| MD5 |
55906dc48b3210e2b77988f021588a51
|
|
| BLAKE2b-256 |
8fe9c00395ac125137c61dbfab35eb2ec6501c09028a545ced96fed772b3a471
|
File details
Details for the file wandb_buddy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wandb_buddy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.24 {"installer":{"name":"uv","version":"0.9.24","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46147fce7dc7e6b4f8cdc38721b2236513149ab535eddc112b8654d99b056f10
|
|
| MD5 |
9d6f8472c8a0d0392e7b2fef55630a15
|
|
| BLAKE2b-256 |
36558af0f0d8419e58387185f1354b1d784a754b418b834f13de929bbe701544
|