Marcnuth / AnomalyDetection

Twitter's Anomaly Detection in Pure Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add period configuration option to anomaly_detect_ts

triciascully opened this issue · comments

I've been manually running the code and setting the period to period = 96 because the data I'm working with is at a 15min interval - can you build in an option for configuration of the period when calling the function, since people might be working with data that's every 10min, 15min, 30min, 2hrs, etc.?

@triciascully this is implemented and tested in the master branch of my fork

merged, thanks @Marcnuth

@triciascully please try this out and close ticket if it looks good to you also

@triciascully Have you gotten a chance to try this out?