Skip to content

Add explanation for n_jobs in cluster._spectral #15613

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

Merged
merged 2 commits into from
Jun 18, 2020

Conversation

kwinata
Copy link
Contributor

@kwinata kwinata commented Nov 13, 2019

Reference Issues/PRs

Partially addresses #14228

What does this implement/fix? Explain your changes.

Add documentation for n_jobs in sklearn.cluster._spectral.SpectralClustering.

Any other comments?

Based on the current implementation, the variable n_jobs is used in 2 places: the NearestNeighbors constructor and kneighbors_graph function.
Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @kwinata !

@glemaitre glemaitre merged commit b513081 into scikit-learn:master Jun 18, 2020
dsandeep0138 pushed a commit to dsandeep0138/scikit-learn that referenced this pull request Jun 21, 2020
Based on the current implementation, the variable n_jobs is used in 2 places: the NearestNeighbors constructor and kneighbors_graph function.

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
rubywerman pushed a commit to MLH-Fellowship/scikit-learn that referenced this pull request Jun 24, 2020
Based on the current implementation, the variable n_jobs is used in 2 places: the NearestNeighbors constructor and kneighbors_graph function.

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
viclafargue pushed a commit to viclafargue/scikit-learn that referenced this pull request Jun 26, 2020
Based on the current implementation, the variable n_jobs is used in 2 places: the NearestNeighbors constructor and kneighbors_graph function.

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
jayzed82 pushed a commit to jayzed82/scikit-learn that referenced this pull request Oct 22, 2020
Based on the current implementation, the variable n_jobs is used in 2 places: the NearestNeighbors constructor and kneighbors_graph function.

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants