awslabs / python-deequ

Python API for Deequ
Apache License 2.0
691 stars 132 forks source link

Create an example for anomaly detection #61

Closed Sankeernalk closed 3 years ago

Sankeernalk commented 3 years ago

Please create an example for Holtwinters anomaly detection algo usage in pydeequ

jaoanan1126 commented 3 years ago

Hi @Sankeernalk, here's a blogpost that leverages Holt Winters in PyDeequ and the documentation. Let me know if that helps!

Sankeernalk commented 3 years ago

Thanks @jaoanan1126 I shall check