Skip to content

[ENH] Implementing DBSCAN #2477

@aryanpola

Description

@aryanpola

Describe the feature or idea you want to propose

We currently do not have a sub-module for density-based clustering. This issue is for implementing Density-Based Spatial Clustering of Applications with Noise (DBSCAN).

Describe your proposed solution

Paper Reference: https://cdn.aaai.org/KDD/1996/KDD96-037.pdf

Scikit-learn for reference: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/cluster/_dbscan.py

Describe alternatives you've considered, if relevant

No response

Additional context

The scikit-learn implementation cannot predict. This does not fit with our interface.

Metadata

Metadata

Assignees

Labels

clusteringClustering packageenhancementNew feature, improvement request or other non-bug code enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions