Ask HN: Why is there not unsupervised anomaly detection module in python
1 comments
Seems like there are at least a few of those algorithms in scikit-learn:
http://scikit-learn.org/stable/modules/outlier_detection.htm...
http://scikit-learn.org/dev/auto_examples/neighbors/plot_lof...
http://scikit-learn.org/stable/modules/outlier_detection.htm...
http://scikit-learn.org/dev/auto_examples/neighbors/plot_lof...
Ok nice good to know that they will include some of the stuff in the new versions
I'm thinking about some algorithms as shown here https://en.wikipedia.org/wiki/Anomaly_detection
Looking forward to your opinions.