Marcnuth / AnomalyDetection

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

Add period configuration option to anomaly_detect_ts #14

Open triciascully opened 5 years ago

triciascully commented 5 years ago

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.?

hokiegeek2 commented 5 years ago

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

hokiegeek2 commented 5 years ago

merged, thanks @Marcnuth

hokiegeek2 commented 5 years ago

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

hokiegeek2 commented 5 years ago

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