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
No description provided.
wandb.automations._run_metric_filters.Agg | None
No description provided.
Annotated
No description provided.
NoneType
Ignored.
Union
No description provided.
Annotated
Size of the “prior” metric aggregation window (ignored if
agg is None).If omitted, defaults to the size of the current window.ChangeType
No description provided.
ChangeDir
No description provided.