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.
Sort of a follow-up to #10415.
The great majority of the docstrings for
n_jobsis 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.