yzhao062/pyod

Support for DBSCAN based methods

Open

#303 创建于 2021年5月12日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (7,762 star) (1,308 fork)batch import
help wanted

描述

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.

贡献者指南