Relative Content

Tag Archive for pythonstatisticsanomaly-detection

How does the detector; AutoRegression in ADTK actually work?

I am doing anomaly detection using the python anomaly detection toolkit. I am looking to find anomalies in a 4 week dataset by comparing each day or week against each other (see picture). I have read the ADTK docs, but they do noy fully explain how n_steps and step_size should be set.