Class wandb.automations.MetricChangeFilter
Filter that compares a change in a metric value to a user-defined threshold. The change is calculated over “tumbling” windows, i.e. the difference between the current window and the non-overlapping prior window.Args
str
wandb.automations._filters.run_metrics.Agg | None
Annotated[int, Gt(gt=0)]
NoneType
Ignored.
Union[Annotated[int, Gt(gt=0)], Annotated[float, Gt(gt=0)]]
Annotated[int, Gt(gt=0)]
Size of the “prior” metric aggregation window (ignored if
agg is None).If omitted, defaults to the size of the current window.wandb.automations._filters.run_metrics.ChangeType
wandb.automations._filters.run_metrics.ChangeDir