yzhao062/pyod

Support for DBSCAN based methods

Open

#303 opened on 2021年5月12日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Python (1,308 forks)batch import
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.

コントリビューターガイド