help wanted
Métricas do repositório
- Stars
- (7.762 stars)
- Métricas de merge de PR
- (Mesclagem média 4d 17h) (14 fundiu PRs em 30d)
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.