yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.52k stars 1.36k forks source link

Support for DBSCAN based methods #303

Open karanpanjabi opened 3 years ago

karanpanjabi commented 3 years ago

Is it possible to add DBSCAN based methods (https://en.wikipedia.org/wiki/DBSCAN#Extensions) for anomaly detection?

The normal DBSCAN/OPTICS in sklearn don't support a predict method as such but the hdbscan library supports one.

xuziyue commented 10 months ago

I'm interested in working on this.