-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Better documentation for n_jobs #14228
Copy link
Copy link
Open
Labels
DocumentationModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wanted
Description
Sort of a follow-up to #10415.
The great majority of the docstrings for n_jobs is something like "number of jobs to run in parallel".
It would be much more helpful for users to understand where and how parallelization is actually applied.
For example for random forest: "Each tree is built in parallel" would be a simple yet significant improvement.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DocumentationModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practiceshelp wanted