Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DBSCAN Documentation (suggestions for parallel processing) #3879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
oliw opened this issue Nov 24, 2014 · 6 comments
Closed

DBSCAN Documentation (suggestions for parallel processing) #3879

oliw opened this issue Nov 24, 2014 · 6 comments

Comments

@oliw
Copy link

oliw commented Nov 24, 2014

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.

@amueller
Copy link
Member

Why not, PR welcome :)

@jnothman
Copy link
Member

Is adding a n_jobs parameter a reasonable option?

On 25 November 2014 at 09:15, Andreas Mueller [email protected]
wrote:

Why not, PR welcome :)


Reply to this email directly or view it on GitHub
#3879 (comment)
.

@jnothman
Copy link
Member

This should be fixable after #3994 and #4009 (i.e. computation can be performed in parallel)

@amueller
Copy link
Member

This looks fixed as dbscan now accepts n_jobs.

@goodMorningRabbit
Copy link

parameter n_jobs seems ignored. it makes no difference

@jnothman
Copy link
Member

jnothman commented Jun 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants