yzhao062/pyod

Support for DBSCAN based methods

Open

#303 aperta il 12 mag 2021

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (1308 fork)batch import
help wanted

Metriche repository

Star
 (7762 star)
Metriche merge PR
 (Merge medio 4g 17h) (14 PR mergiate in 30 g)

Descrizione

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.

Guida contributor