Class wandb.automations.MetricZScoreFilter
Filter that compares a metric’s z-score against a user-defined threshold.Args
str
Name of the observed metric.
Annotated[int, Gt(gt=0)]
Size of the window to calculate the metric mean and standard deviation over.
Union[Annotated[int, Gt(gt=0)], Annotated[float, Gt(gt=0)]]
Threshold for the z-score.
wandb.automations._filters.run_metrics.ChangeDir
Direction of the z-score change to watch for.