-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
git update n_jobs #16615
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
git update n_jobs #16615
Conversation
Thanks for the pull request! Please make the title of the PR more descriptive. The title will become the commit message when this is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @JohanWork for the PR. I see this is your first PR, welcome to the community :)
As @jnothman says, a more descriptive PR title would help. It will also help us find the PRs easier.
Looks like the bug has not been fixed yet when it comes to authorship: 83ec08b The previous behavior should be restored in ~ 24 hours: #16640 (comment) |
Thanks for the merge! Guess that a heading was added in the merge, happy to have contributed and will continue! |
Co-authored-by: JohanWork
This reverts commit 83ec08b.
Co-authored-by: JohanWork
Co-authored-by: JohanWork
Reference Issues/PRs
Fixes #16384
What does this implement/fix? Explain your changes.
The implementation updates documentation for sklearn.cluster.DBSCAN regarding n_jobs for precomputed distances
Any other comments?
I screwed up the previous pr and thought it was easier redoing it all. And make it correct!