Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python
Apache License 2.0
304 stars 76 forks source link

Integrate period selection and resampling #17

Closed hokiegeek2 closed 5 years ago

hokiegeek2 commented 5 years ago

The period selection logic is set for increments > sec but missing for ms and sec. Need to enable period selection in the cases where resampling is performed for sec and ms granularity

hokiegeek2 commented 5 years ago

This will have to wait until my other pull requests have been reviewed and merged in. Otherwise, the branches and corresponding pull requests will blend together.

hokiegeek2 commented 5 years ago

merged, thanks @Marcnuth