Class wandb.apis.public.Runs
method Runs.histories()
Return sampled history metrics for all runs that fit the filters conditions.Arguments
int
The number of samples to return per run
list[str] | None
Only return metrics for specific keys
str
Use this metric as the xAxis defaults to _step
Literal['default', 'pandas', 'polars']
Format to return data in, options are “default”, “pandas”, “polars”
Literal['default', 'system']
“default” for metrics, “system” for machine metrics
Returns
pandas.DataFrame: If format="pandas", returns a pandas.DataFrame of history metrics.