wandb
wandb copied to clipboard
feat(public-api): add histories method to api runs
Description
- Fixes WB-18916
What does the PR do? Include a concise description of the PR contents.
import wandb
api = wandb.Api()
runs = api.runs("<entity>/<project>", filters={})
df = runs.histories(samples, keys, x_axis, pandas, stream)
- [ ] I updated CHANGELOG.md, or it's not applicable
Testing
How was this PR tested?