wandb icon indicating copy to clipboard operation
wandb copied to clipboard

feat(public-api): add histories method to api runs

Open thanos-wandb opened this issue 9 months ago • 1 comments

Description

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?

thanos-wandb avatar May 22 '24 14:05 thanos-wandb