Skip to content

DBSCAN Documentation (suggestions for parallel processing) #3879

Closed
@oliw

Description

@oliw

I think it is worth adjusting the DBSCAN documentation to note that if you ask DBSCAN to calculate pairwise distances for you, then it will do so using only one core.

If you want to take advantage of multiple cores, you should pre-calculate a distance matrix using pairwise_distances(n_jobs=) and then run DBSCAN with your pre-calculated distance matrix.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions