Skip to content

DOC: updated documentation for n_jobs in _graph.py #DataUmbrella #17513

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
wants to merge 1 commit into from

Conversation

CeeThinwa
Copy link
Contributor

Reference Issues/PRs:

#14228

What does this implement/fix? Explain your changes.

As part of the #dataumbrella June sprint, I updated documentation for n_jobs in _graph.py to better reflect where parallelization is being applied

Any other comments?

Pair programming partner: @krumeto

@reshamas
Copy link
Member

reshamas commented Jun 6, 2020

#DataUmbrella sprint

Comment on lines +163 to +164
The number of jobs to run in parallel; the k-nearest neighbor
computations are performed parallel to each other.
Copy link
Member

@thomasjpfan thomasjpfan Jun 7, 2020

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!

I think the original is clear enough about what n_jobs is used for.

Aside: radius_neighbors_graph finds the neighbors in a given radius.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the feedback! We can leave it as it is then. Also thanks for the clarification.

@glemaitre
Copy link
Member

So we can close this PR then?

@thomasjpfan thomasjpfan closed this Jun 9, 2020
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.

4 participants