Skip to content

Commit

Permalink
Update anomaly detection tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
rosericazondekon committed May 9, 2023
1 parent 1c65662 commit 23011b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/articles/anomaly_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ The Original Serfling detector can be applied with the `alert_serfling()` functi
Using the same simulated time series from the previous examples, the Negative Binomial Regression detector can be applied as below:

```python
# Apply Original Serfling detector
>>> df_serfling = pynssp.alert_serfling(synth_ts1, t='date', y='cases', baseline_end='2021-12-26')
```

Expand Down

0 comments on commit 23011b8

Please sign in to comment.