Skip to main content

class wandb.automations.MetricZScoreFilter

Filter that compares a metric’s z-score against a user-defined threshold.

Args

  • name: Name of the observed metric.
  • window_size: Size of the window to calculate the metric mean and standard deviation over.
  • threshold: Threshold for the z-score.
  • change_dir: Direction of the z-score change to watch for.