help wanted
Repository metrics
- Stars
- (7,762 stars)
- PR merge metrics
- (平均マージ 4d 17h) (30d で 14 merged PRs)
説明
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.