Anomalyzer – An Anomaly Detection Package
getlytics.com
Anomalyzer – An Anomaly Detection Package
1–8 of 8 posts
Re: Anomalyzer – An Anomaly Detection Package
#2Re: Anomalyzer – An Anomaly Detection Package
#3Super cool. Now I can organize a statistical hierarchy of anomalies and assign to appropriate workers!
Re: Anomalyzer – An Anomaly Detection Package
#4There's a fair amount of user input here (still) - picking weights and thresholds is a nontrivial task.
Re: Anomalyzer – An Anomaly Detection Package
#5Re: Anomalyzer – An Anomaly Detection Package
#6The claim that it "dynamically adjusts the weight of each algorithm according to the amount of information it contains" is a bit hyperbolic, though. The "weight" function is explained in the code this way:
"If either the "magnitude" [or] "fence" methods don't have any probability to contribute, we don't want to hear about it. If they do, we upweight them substantially."
Regardless, this is unquestionably a great foundation to build into your own systems. Perhaps not as turn-key as the blog suggests, but still a wonderful contribution.
Re: Anomalyzer – An Anomaly Detection Package
#7Looking at your examples, seems like this is a changepoint package more than anomaly detection. There's a fair amount of user input here (still) - picking weights and thresholds is a nontrivial task.
If you're interested in the changepoint detection use cases, we have a package for that, too. :)