yzhao062/pyod

Support for DBSCAN based methods

Open

#303 opened on May 12, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (7,762 stars) (1,308 forks)batch import
help wanted

Description

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.

Contributor guide