Andrew Truong
Andrew Truong
Fixes some typos in the previous version
Description ----------- - Fixes WB-NNNNN - Fixes #NNNN What does the PR do? Include a concise description of the PR contents Testing ------- How was this PR tested?
This PR allows the client to "get" a ref without explicitly calling `weave.init`, which is useful in cases where you just want to get an existing table or dataset. 1....
Description ----------- This PR adds limited programmatic control over the workspace in python, including: - Panels (configs, layout, etc.) - Sections (names, ordering, etc.) - The runs side bar (visibility,...
Description ----------- Adds missing `>` and ` - [ ] I updated CHANGELOG.md, or it's not applicable Testing ------- How was this PR tested?
Description ----------- This PR: 1. Fixes `ScatterPlot` to use the Parallel Coordinates Plot style of backend metric naming 2. Updates `ParallelCoordinatesMetric` to `SummaryOrConfigOnlyMetric` to be more explicit about supported metric...
Description ----------- - Fixes WB-NNNNN - Fixes #NNNN What does the PR do? Include a concise description of the PR contents. - [ ] I updated CHANGELOG.md, or it's not...
## Summary 1. Resolves strange mypy issue 2. Taken from: https://github.com/wandb/weave/pull/2145#discussion_r1719184177
## Summary 1. Adds `invoke` as an option for inference method ## Resolves - https://wandb.atlassian.net/browse/WB-20407