Support for DBSCAN based methods
Created by: karanpanjabi
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.