I am using prophet for alerting purposes.
In most cases it's a great algorithm.
Here is an example of some of my data (red) and where prophet triggers (blue).
I would like prophet to ignore these recurring drops.
I have tried to tune the algorithm with these hyperparameters:
- interval_width
- changepoint_prior_scale
- seasonality_prior_scale
But I cannot get the algorithm to ignore these recurring drops. Any pointers?